Giter Site home page Giter Site logo

simonselg / qlever-ui2 Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 3.3 MB

QLever UI2 is a web-application which provides an intuitive, graphical way to construct and visualize queries against wikidata.

Home Page: https://simonselg.github.io/qlever-ui2/

License: GNU General Public License v3.0

HTML 2.30% CSS 15.82% Dockerfile 0.56% JavaScript 80.05% Ruby 1.27%

qlever-ui2's Introduction

QLever UI2

QLever UI2 is a web-application which provides an intuitive, graphical way to construct and visualize queries against wikidata. It enables users to dive into the world of knowledgebases, without having to know the SPARQL query language.

QLever UI2 is the bachelor project I did at the Chair of Algorithms and Data Structures of Prof. Dr. Hannah Bast as part of my computer science studies at the Albert-Ludwigs-Universität Freiburg. It was supervised by Prof. Hannah Bast

Demo

You can checkout a hosted instance of qlever-ui2 here. The project documentation can be found here.

image

Project structure

  • The qlever-ui2-frontend folder contains the frontend, which is just the UI
  • The qlever-ui2-backend folder contains the backend service
  • The qlever-ui2-shared folder contain code that is shared between the frontend and the backend.
  • The qlever-ui2-documentation folder contains the documentation website.

For more details, have a look the respective modules folders README.

Getting started

Requirements

When running inside of a docker container:

  • docker

When running as a stand-alone software

  • nodejs
  • yarn

The backend needs two additional services to work completely. Have a look at the backend readme.

Running inside docker container

  • docker-compose up

The App will be available on http://<machine ip>:8080.

You can adjust settings, such as the port and the backend environment variables in docker-compose.yaml.

Running locally

  • yarn install
  • yarn dev to start the dev server

for production:

  • yarn build to build frontend, shared and backend
  • yarn production to start production server

The App will be available on http://<machine ip>:8080.

License

The Code is licensed under GNU General Public License v3.0.

qlever-ui2's People

Contributors

simonselg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.