Git Product home page Git Product logo

von-qbe's Introduction

Von-QBE

Von-QBE is a Ontology-Based Query-by-Example system that operates over a relational database using a virtualized RDF Ontology. It assists the user to write queries over the database without any formal query language or previous knowledge about the database structure.

Running

To run the application, you must have installed:

  • Java 8
  • Maven
  • SBT
  • Nodejs
  • NPM

To execute this system first you need to install at your local maven repository both Linked-Graphast and RoR.

At the first time you run the system(or every time that anything is changed at the front-end), you will need to run:

./build-and-run port host

Where:

  • port: the port where the application will run (default: 8080);
  • host: the host where the server will run (public IP, local networl IP or localhost[default])

If you had already made one build, you can just run the server: ./run-server port

Note that the port must be the same specified at the build-and-run script, since the React front-end has been built configuring the requests to that port and host.

After the system is up, you can configure the databases and ontologies that you want to connect. To add a database, you need to upload 2 files:

  • mapping file - the mappings from the ontology schema to the relational database, using Ontop syntax, and the JDBC connection parameters. You can check a example at the resources folder
  • ontology schema file - the ontology schema. Now, Von-QBE supports nt, rdf, xml and owl formats.

Docker

To deploy Von-QBE on a docker container, go to the docker folder.

von-qbe's People

Contributors

vihvercosa avatar

Stargazers

 avatar Leonardo Anjos avatar  avatar Franklyn Seabra avatar minho avatar

Watchers

James Cloos avatar David Araújo avatar Lucas Peres avatar

von-qbe's Issues

Query progress bar

Add a progress bar to inform the processing time to each Von-QBE step: query build, query execution

Activate NER processing

The user may be capable to inform if he/she wants to use a NER processor at the text processing to generate the query

Add wordcloud

It would be nice if the user can see which terms appears at the database. We must figure out a way to "rank" those terms and present the word cloud. Maybe, over the schema, pytology can help

Add LIMIT option

The user should be allowed to inform the LIMIT on the SPARQL query execution, since we can have huge results

Add new database to Von-QBE

The user should be capable to upload the 3 files needed to configure a new database: the mapping file, the OWL/XML schema file and the NT schema file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.