This repository was archived by the owner on Jun 13, 2025. It is now read-only.
How to post data to IDS Connector using http? #82
Answered
by
juliapampus
YogarajRethinasamy
asked this question in
Q&A
-
how to post data to IDS Connector using http https://docs.aws.amazon.com/firehose/latest/dev/httpdeliveryrequestresponse.html i want to send from firehose to IDS using http is that possible. IF possible means how to do that |
Beta Was this translation helpful? Give feedback.
Answered by
juliapampus
Aug 4, 2021
Replies: 0 comments 1 reply
-
Hi, how to add local or remote data to the connector as a data provider is explained here. You could either write some service that pushes the data from a custom backend into the Dataspace Connector's database, or add retrieval information to an artifact so the connector is able to fetch the data on a request. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juliapampus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
how to add local or remote data to the connector as a data provider is explained here. You could either write some service that pushes the data from a custom backend into the Dataspace Connector's database, or add retrieval information to an artifact so the connector is able to fetch the data on a request.