All Projects → LUMII-Syslab → viziquer

LUMII-Syslab / viziquer

Licence: MIT license
Tool for Search in Structured Semantic Data

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
PEG.js
56 projects

Projects that are alternatives of or similar to viziquer

semagrow
A SPARQL query federator of heterogeneous data sources
Stars: ✭ 27 (+125%)
Mutual labels:  linked-data, sparql, rdf, triplestore
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (+1150%)
Mutual labels:  linked-data, sparql, rdf, triplestore
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 120 (+900%)
Mutual labels:  linked-data, sparql, rdf, query-language
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 112 (+833.33%)
Mutual labels:  linked-data, sparql, rdf, query-language
sparql-micro-service
SPARQL micro-services: A lightweight approach to query Web APIs with SPARQL
Stars: ✭ 22 (+83.33%)
Mutual labels:  linked-data, sparql, rdf
tentris
Tentris is a tensor-based RDF triple store with SPARQL support.
Stars: ✭ 34 (+183.33%)
Mutual labels:  sparql, rdf, triplestore
SolRDF
An RDF plugin for Solr
Stars: ✭ 115 (+858.33%)
Mutual labels:  sparql, rdf, linkeddata
sparklis
Sparklis is a query builder in natural language that allows people to explore and query SPARQL endpoints with all the power of SPARQL and without any knowledge of SPARQL.
Stars: ✭ 28 (+133.33%)
Mutual labels:  sparql, rdf, query-builder
twinql
A graph query language for the semantic web
Stars: ✭ 17 (+41.67%)
Mutual labels:  linked-data, rdf, query-language
jarql
SPARQL for JSON: Turn JSON into RDF using SPARQL syntax
Stars: ✭ 19 (+58.33%)
Mutual labels:  linked-data, sparql, rdf
Rdf Ext
RDF library for NodeJS and the Browsers
Stars: ✭ 97 (+708.33%)
Mutual labels:  linked-data, sparql, rdf
LD-Connect
LD Connect is a Linked Data portal for IOS Press in collaboration with the STKO Lab at UC Santa Barbara.
Stars: ✭ 0 (-100%)
Mutual labels:  linked-data, sparql, rdf
CSV2RDF
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
Stars: ✭ 48 (+300%)
Mutual labels:  linked-data, sparql, rdf
Nspm
🤖 Neural SPARQL Machines for Knowledge Graph Question Answering.
Stars: ✭ 156 (+1200%)
Mutual labels:  linked-data, sparql, rdf
Rdf4j
Eclipse RDF4J: scalable RDF for Java
Stars: ✭ 242 (+1916.67%)
Mutual labels:  linked-data, sparql, rdf
rdf2x
RDF2X converts big RDF datasets to the relational database model, CSV, JSON and ElasticSearch.
Stars: ✭ 43 (+258.33%)
Mutual labels:  linked-data, sparql, rdf
Semanticmediawiki
🔗 Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
Stars: ✭ 359 (+2891.67%)
Mutual labels:  linked-data, sparql, rdf
IGUANA
IGUANA is a benchmark execution framework for querying HTTP endpoints and CLI Applications such as Triple Stores. Contact: [email protected]
Stars: ✭ 22 (+83.33%)
Mutual labels:  sparql, rdf, triplestore
matcha
🍵 SPARQL-like DSL for querying in memory Linked Data Models
Stars: ✭ 18 (+50%)
Mutual labels:  linked-data, sparql, rdf
trio
Datatype agnostic triple store & query engine API
Stars: ✭ 78 (+550%)
Mutual labels:  sparql, rdf, triplestore

License

ViziQuer

The aim of the ViziQuer project is to provide visual/diagrammatic environment for ontology-based data query definition and execution.

See http://viziquer.lumii.lv for the tool description.

Installation

You can choose between running ViziQuer locally (from source) and running ViziQuer within a Docker environment

To setup ViziQuer locally

  1. Download and install Meteor framework, follow instructions: https://www.meteor.com/install
  2. Create a directory for ViziQuer on your computer and then perform git clone for this repository
  3. To run Meteor, type meteor in the ViziQuer directory. To run on a specific port, type, for example, meteor --port 4000.
  4. Open browser and type localhost:3000 (default port: 3000) or with the specified port localhost:4000

To run ViziQuer within a Docker environment on MacOs or Linux

  1. Download, install and start Docker: https://docs.docker.com/install/
  2. Start the tool by docker-compose -f docker-compose-public.yml up.
  3. Open browser and type localhost:80.

To run ViziQuer within a Docker environment on Windows

  1. Download, install and start Docker: https://docs.docker.com/install/
  2. Create a volume for Mongo DB before the first use: docker volume create --name=vqdata (to avoid issues of Mongo DB not working from a shared Windows folder).
  3. Start the tool by docker-compose -f docker-compose-windows.yml up.
  4. Open browser and type localhost:80.

Configuration for the first use

  1. The first user that signs up to the tool instance shall get administrator rights (the rights to manage tool configurations)
  2. (Not necessary since 0.2.4) To create a tool and load ViziQuer configuration, go to Configurator (in panel on left) and create a tool, for example, ViziQuer and then click button Import. Then choose the VQ tool configuration file (e.g. vq_configuration_dump_vnn.json) to upload from ./jsons directory. Since version 0.2.4, the tool configuration is loaded automatically from jsons/VQ_configuration_latest.json.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].