This example demonstrates how you can use Camel-Arangodb Starter component. The example is really simple: put a document in the database and get the document with the same key. You’ll need a running ArangoDB server to run this example.
You can run this example following these steps using:
Start an ArangoDB instance using the Camel CLI:
$ camel infra run arangodb
Run the app
$ mvn spring-boot:run
And you should see output in the console. You can also see the document created in the myCollection collection.
If you hit any problem using Camel or have some feedback, then please let us know.
We also love contributors, so get involved :-)
The Camel riders!