Example of using Scarango: Scala driver for ArangoDB.
This example use Scarango v0.3.1 and works best with ArangoDB v2.8.7 with disable-authentication=false
For examples of older versions - checkout this example by tags.
TL;DR Open and run
- Clone/download this project
- Option 1: Open with Intellij IDEA:
- Import project (use auto import)
- Click run on src/main/scala/example/Main
- Update files in
src/
andproject/build.scala
- Option 2: Open with sbt
- Go to project directory and execute "sbt"
- When loaded, type
run
- You should see output of driver
Example is derived from Scarango test file.
Example itself have no restrictions. Driver and database have permissive Apache 2.0 license.