This suite of microservices forms the backend of the Distributed Noracle Project. Please try out our app at: dbis.rwth-aachen.de/noracle/
las2peer uses Java 14.
- Build the project using
ant all
- Copy launcher-configuration.ini to etc/
- Start using
./start-local.sh
for starting in the same shell (useful for testing), or./start-node.sh
for starting Noracle in a screen (useful for production)