Exploration of SunBird Obsrv platform #90
-
Hello , I am trying to use the obsrv platform by first sending some data to create a dataset, data source and then trying to send some data for data ingestion. The sequence for doing this is:
I am getting error while trying to ingest data in the third step. attaching the error response. Also, once a dataset/datasource is created successfully, can we see it somewhere visually other than postman by hitting the list API. DataIngestErrorResponse.txt |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@Alka1703 - We encountered a Kafka connection issue with the API in the sandbox environment, but it has been resolved now. You should be able to ingest the Mosip data through API now. |
Beta Was this translation helpful? Give feedback.
-
@manjudr Once a DataSet, DataSource is created and data is ingested, how do we visually look at it? I am not able to view it in the Superset link under the dataset section. |
Beta Was this translation helpful? Give feedback.
@Alka1703 - Please ensure following these steps.
Kindly prepare the ingestion specification for your dataset. For reference, you can consult the documentation available at this link. Additionally, we have provided some examples in the Sunbird-Obsrv repository that you can also use as a guide.
Proceed to create the data source record in the table by using the
obsrv/v1/datasources
API endpoint.The Datasource API requires both the ingestion spec and configurations.
Once the data source records are successfully created, you can submit the ingestion spec using the provided API.
To submit the ingestion spec, use the sample curl command below: