In mycase data source (System logs) is a streaming using kafka, amd here is a need to transform data before inserting into ArangoDB
I am transformimg data as soon as I get from kafka and store them in dict
Now I need to insert them in ArangoDB
What is the most efficient way to insert in arangodb ?
What can be the best approach to insert in db ?