Druid for Noobs
Ingesting Data via plain text
Lets create a data-source via Native Index:
curl --location 'http://localhost:8888/druid/indexer/v1/task' \
--header 'Content-Type: application/json' \
--data '{
"type": "index",
"spec": {
"dataSchema": {
"...
shahsmit.hashnode.dev3 min read