Hello newbie question again. I see there is GMA AP...
# ingestion
c
Hello newbie question again. I see there is GMA API for adding/updating datasets, users, etc. I assume this is equivalent of sending corresponding MCE data to that kafka topic, i.e. Elasticsearch and neo4j will be populated eventually with either of the ingestion methods?
b
Yep that should be correct! Which endpoint are you looking at?
c
thanks!
<http://localhost:8080/datasets?action=ingest>
b
yes thats the one
Currently it's only really used by the MCE Consumer code, which consumes incoming kafka messages and hits that endpoint to persist new metadata!
c
Cool thanks. I am thinking about POC a potential custom integration with AWS Glue, either through this API or through kafka topic. Haven't decided which way to go.
b
Which language will you be writing data from?
c
probably netcore/c#
b
got it..it might be easier to use a kafka client for ingestion
c
ok. might try that first then