Skip to content

Creating Projects

Projects are the foundation of Querri. They contain your data workflows, transformations, and visualizations.

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.

  1. Click “New Project” from the dashboard
  2. Enter a name and optional description
  3. Click “Create”

You’ll be taken to the project editor where you can start building your workflow.

The project editor has three main areas:

The main workspace where you build your data flow visually.

  • Steps Library: Available step types
  • Properties: Configure selected step
  • Chat: AI assistant for guidance
  • Save project
  • Run/execute steps
  • Share with others
  • View dashboard

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

Steps are automatically connected when you create them in sequence. You can also:

  1. Click the output port of one step
  2. Drag to the input port of another step
  3. Release to create connection

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