Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 929 Bytes

File metadata and controls

36 lines (20 loc) · 929 Bytes

Spring Boot Example with ArangoDB

Introduction

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.

Build

You can build this example using:

$ mvn package

Run

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.

Help and contributions

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!