Make your data beautiful again.
The project source code is all here, and to build the pom is available alongside the code.
Java 1.8, that’s it a JAVA environment.
Simply build using the simple-profile rather than the full default profile which will try to check your changes into nexus (Gulp). the command you would need would be mvn -P “simple-profile package”.
The tests will run as part of the maven package, but feel free to run “mvn test” to execute the automated tests, there are 64 tests defined at the time of writing, and I am always looking to inncrease this.
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0
Simple-profile will generate a single UBER jar file: monsterDB.jar, this can be used to run a server, start the command line or include in your project (if you want to embed the database within java)
Running the server is easy:
java -jar monsterDB.jar -s -p 27018 -db ./one -n 0
_ _____ ____
| | | __ \| _ \
_ __ ___ ___ _ __ ___| |_ ___ _ __| | | | |_) |
| '_ ` _ \ / _ \| '_ \/ __| __/ _ \ '__| | | | _ <
| | | | | | (_) | | | \__ \ || __/ | | |__| | |_) |
|_| |_| |_|\___/|_| |_|___/\__\___|_| |_____/|____/ Server Build 108.19.0
(c) Robert James Haynes (EntityStream KFT), released under AGPL3 license
Server 0 is UP!
Starting the MonsterDB thread pool server...
Listening on 27018
see the page on the website for a more detailed explaination: http://www.monsterdb.xyz/monster-cli-2/
Running a Command line to connect to it is easy too:
java -jar monsterDB.jar -p 27018
_ _____ ____
| | | __ \| _ \
_ __ ___ ___ _ __ ___| |_ ___ _ __| | | | |_) |
| '_ ` _ \ / _ \| '_ \/ __| __/ _ \ '__| | | | _ <
| | | | | | (_) | | | \__ \ || __/ | | |__| | |_) |
|_| |_| |_|\___/|_| |_|___/\__\___|_| |_____/|____/ CLI Build 108.19.0
(c) Robert James Haynes (EntityStream KFT), released under AGPL3 license, for details type "show license"
Connected to localhost:27018
monsterDB>
Please use the same JAR file or a direct copy of the samefile to ensure the versions remain consitent between your client and server.
See the training courses: http://www.monsterdb.xyz/courses/
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See also the list of [contributors] who participated in this project.
This project is licensed under theGNU Affero General Public License, see LICENSE.txt, or type show license at the command line
© 2021 monsterDB. Built using WordPress and Mesmerize Theme.