kuwala-io / kuwala

Kuwala is the no-code data platform for BI analysts and engineers enabling you to build powerful analytics workflows. We are set out to bring state-of-the-art data engineering tools you love, such as Airbyte, dbt, or Great Expectations together in one intuitive interface built with React Flow. In addition we provide third-party data into data science models and products with a focus on geospatial data. Currently, the following data connectors are available worldwide: a) High-resolution demographics data b) Point of Interests from Open Street Map c) Google Popular Times
https://kuwala.io
Apache License 2.0
788 stars 52 forks source link

🧱 Data blocks and ❄️ Snowflake connector #122

Closed mattigrthr closed 2 years ago

mattigrthr commented 2 years ago

In this PR we added the functionality to add data blocks based on the connected data sources to the canvas.

Our community member, Eteims, also added a new data warehouse connector, Snowflake! 🎉

The currently supported data warehouses are: Postgres, Snowflake, and BigQuery

To test this PR, do the following steps:

  1. Launch Docker
  2. To start the backend, follow the instructions under kuwala/core/backend/README.md (make sure to pull the latest version of the backend image)
  3. To start the frontend, follow the instructions under kuwala/core/canvas/README.md

Closes #83 Closes #114