-
Notifications
You must be signed in to change notification settings - Fork 6
Home
ruig2 edited this page May 10, 2019
·
1 revision
Welcome to the perpetual-db wiki!
Build Instruction:
- Please downloaded the code base in your preferred directory. In order to build the codebase, please go to the parent directory and issue the following command:
mvn clean install -DskipTests
- In order to start perpetual-db, go to the apps/ director and issue the following command:
mvn exec:exec
- In order to add a new function in perpetual db, you need to copy the java file to the example/ directory. You need to run the following commands to generate the .jar file.
javac -cp ./\* TweetSentimentRandomForest.java
jar cvf TweetSentimentRandomForest.jar TweetSentimentRandomForest.class