A Distributed Multi-Framework NoSQL Triple Store designed employing state-based objects
This will retrieve all triples associated with a given subject.
This will update the “object” value based on provided “subject and predicate” combination. If the subject-predicate combination does not exist, it will create a new entry.
This will enable users to decide when a particular server synchronizes with another server.
The following changes need to be made in the application.properties
corresponding to each framework:
- Change the
uri
to your own database URI. - Change the database name to the database you'll be using.
- Set the server port according to your choice.
- Start servers for all the frameworks.
- The user interface we use is an application called Postman. GET and PUT requests can be made using this interface to query, update, and merge.