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

📖 Basic API structure and returning data catalog #102

Closed mattigrthr closed 2 years ago

mattigrthr commented 2 years ago

I have set up a basic API structure and a first route for getting all items in the data catalog.

To test the API, follow the instructions in the README.md under kuwala/core/backend.

arifluthfi16 commented 2 years ago

Also, i think we should add all the data connectors setting into the database model. we can save it as a serialized json with values:

{
 input_name: 'port',
 input_type: 'number'
}
mattigrthr commented 2 years ago

Also, i think we should add all the data connectors setting into the database model. we can save it as a serialized json with values:

{
 input_name: 'port',
 input_type: 'number'
}

Makes sense! Will include that for this PR. ✌🏽