Quick Start Guide
This guide will help you get up and running with DataDialogue in minutes.
Prerequisites
- Docker
- Docker Compose
Quick Installation
-
Clone the repository:
-
Start the services:
-
Access the application at
http://localhost:5000
First Steps
- Choose Your Model
- Select a model provider (Google, OpenAI, Anthropic, or HuggingFace)
- For cloud models, you'll need to provide your API key
-
For local models (HuggingFace), ensure you have sufficient computing power
-
Connect Your Data Source
- Select from supported data sources:
- PostgreSQL
- MySQL
- Databricks
- MongoDB
- CSV files
-
Provide your connection details
-
Start Querying
- Write natural language queries instead of SQL
- Get instant results and visualizations
- Copy validated queries for reuse
Example Workflow
- Select Model: Choose Google Gemini (recommended for beginners)
- Connect Data: Link your PostgreSQL database
- Write Query: "Show me the top 10 customers by total purchases"
- View Results: See the data in a table or chart format
- Copy Query: Save the generated SQL for future use
Tips for Success
- Start with simple queries to test the system
- Use the "Copy Query" feature to learn how your questions are translated to SQL
- Try different visualization options for your results
- Check the Common Issues guide if you encounter problems
Next Steps
- Learn about local development
- Join our community discussions