Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NashTech-Labs/triple-manipulation.g8
Stores the RDF Triple and Search the value of Object on the basis of Subject and Predicate.
https://github.com/NashTech-Labs/triple-manipulation.g8
cassandra rdf semantic-web triple-store triples
Last synced: 2 months ago
JSON representation
Stores the RDF Triple and Search the value of Object on the basis of Subject and Predicate.
- Host: GitHub
- URL: https://github.com/NashTech-Labs/triple-manipulation.g8
- Owner: NashTech-Labs
- Created: 2017-11-21T09:49:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T12:58:01.000Z (about 7 years ago)
- Last Synced: 2024-07-29T19:49:34.981Z (5 months ago)
- Topics: cassandra, rdf, semantic-web, triple-store, triples
- Language: Scala
- Size: 38.1 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A **Giter8** template for Triple Manipulation
### Step for Storing Triples to Cassandra
##### Pre-Requirements
Apache Cassandra running on default port [i.e. 9042]*sbt "runMain com.knoldus.TripleLoader "*
### Step to Start Searching Endpoint
##### Pre-Requirements
1. Apache Cassandra running on default port [i.e. 9042]
2. Triples must be loaded into Cassandra. To load triple you can visit [Wiki](https://github.com/knoldus/triple-manipulation.g8/wiki)*sbt "runMain com.knoldus.route.TripleRoute"*
Searching Endpoint will be avaialbe on port `8082`.
###### Required Query Parameters :-
subject
predicate
**Output:-** Triple value as JSONTemplate license
----------------
Written in 2017 by Knoldus [email protected]To the extent possible under law, the author(s) have dedicated all copyright and related
and neighboring rights to this template to the public domain worldwide.
This template is distributed without any warranty. See .