jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 61 forks source link

Implement sending API requests to the Jina gateway #253

Closed lusloher closed 3 years ago

lusloher commented 3 years ago

Feature Request

As a user, I want to be able to index data through the running Flow. Frontend should be able to send json bodies via POST requests/websocket streams.

This ticket requires figuring out how we create jsons from files/text.

Acceptance Criteria

https://api.jina.ai/rest

This is for all the apis related to indexing/querying.

https://api.jina.ai/daemon/

This is for all the apis related to flow creation/termination

lusloher commented 3 years ago

Link to subfeature: https://jinaai.productboard.com/feature-board/planning/features/7271365

BastinJafari commented 3 years ago

Tasks to do:

aga11313 commented 3 years ago

As discussed the data ingest itself will now look like this:

aga11313 commented 3 years ago

@deepankarm update the crafter python file in order to use the correct csv file