Skip to content

renesca/renesca-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages