Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

aurelijusb/scarango-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Example project of Scarango driver

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.

Usage

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/ and project/build.scala
  • Option 2: Open with sbt
  • Go to project directory and execute "sbt"
  • When loaded, type run
  • You should see output of driver

Reference

Example is derived from Scarango test file.

License?

Example itself have no restrictions. Driver and database have permissive Apache 2.0 license.

About

Example project using Scarango: Scala driver for ArangoDB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages