Closed mattigrthr closed 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'
}
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. ✌🏽
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
.