Creating Projects
Creating Projects
Section titled “Creating Projects”Projects are the foundation of Querri. They contain your data workflows, transformations, and visualizations.
What is a Project?
Section titled “What is a Project?”A project is a collection of steps connected by data flows. Each step performs an operation on data, and data flows connect steps together to create a complete analysis pipeline.
Creating Your First Project
Section titled “Creating Your First Project”- Click “New Project” from the dashboard
- Enter a name and optional description
- Click “Create”
You’ll be taken to the project editor where you can start building your workflow.
Project Editor Interface
Section titled “Project Editor Interface”The project editor has three main areas:
Canvas
Section titled “Canvas”The main workspace where you build your data flow visually.
Sidebar
Section titled “Sidebar”- Steps Library: Available step types
- Properties: Configure selected step
- Chat: AI assistant for guidance
Toolbar
Section titled “Toolbar”- Save project
- Run/execute steps
- Share with others
- View dashboard
Adding Steps
Section titled “Adding Steps”Click “Add Step” or drag from the steps library:
- Data Sources: Upload files, connect databases
- Transformations: Filter, join, calculate
- Visualizations: Charts, tables, KPIs
- Exports: Save results
Connecting Steps
Section titled “Connecting Steps”Steps are automatically connected when you create them in sequence. You can also:
- Click the output port of one step
- Drag to the input port of another step
- Release to create connection
Executing Projects
Section titled “Executing Projects”Run your entire project or individual steps:
- Run All: Executes all steps in order
- Run Step: Execute just one step
- Auto-run: Automatically run when changes are made