Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 825 Bytes

renesca example

A simple example to demonstrate the features of the renesca library.

Find the code in src/main/scala/renesca/example/Main.scala

This example assumes your server is running on http://localhost:7474 with username and password set to neo4j. You can change this in the code. It also expects your database to be completely empty and exits otherwise to not destroy any of your data.

To run this project type:

$ sbt run

This will print

Name of one snake neighbour: dog

name	eatcount
dog	0
snake	2
hippo	0

hungriest: snake

License

Licensed under the Apache License, Version 2.0