Giter Site home page Giter Site logo

aluriak / askomics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from askomics/askomics

0.0 2.0 0.0 3.87 MB

AskOmics is a visual SPARQL query builder for RDF database.

License: GNU Affero General Public License v3.0

Python 39.99% CSS 5.08% JavaScript 52.35% HTML 0.73% Shell 1.85%

askomics's Introduction

AskOmics

Build Status Coverage Status

AskOmics is a visual SPARQL query interface supporting both intuitive data integration and querying while shielding the user from most of the technical difficulties underlying RDF and SPARQL

Askomics Homepage

Run AskOmics

AskOmics is available under two supports : Docker and VM Virtualbox.

AskOmics on Linux using Docker

Run Virtuoso using the tenforce/virtuoso docker image.

docker run docker run -d --name virtuoso -p 8890:8890 -p 1111:1111  -e VIRT_Parameters_DirsAllowed="/data,/data/dumps,., /usr/local/virtuoso-opensource/share/virtuoso/vad" -e VIRT_Parameters_TN_MAX_memory=4000000000 -e VIRT_SPARQL_ResultSetMaxRows=100000 -e VIRT_SPARQL_MaxQueryCostEstimationTime=300 -e VIRT_SPARQL_MaxQueryExecutionTime=300 -e VIRT_SPARQL_MaxDataSourceSize=1000000000 -e VIRT_Flags_TN_MAX_memory=4000000000 -e DBA_PASSWORD=dba -e SPARQL_UPDATE=true -e DEFAULT_GRAPH=http://localhost:8890/DAV --net="host" -t tenforce/virtuoso

Run AskOmics using the askomics/askomics docker image

docker run -d --net="host" -p 6543:6543 -t askomics/askomics virtuoso prod

AskOmics on Windows using Virtualbox

download the last image of AskOmics (http://)

  • Import the image on Virtualbox
  • Run the virtual machine

Askomics is now available on your local machine ! If needed (but normaly you need'nt) to log inside the machine use the account login askomics and password askomics. The VM is reachable with a SSH connexion : ssh -p 3022 askomics:askomics@localhost

Using askomics

Go to http://localhost:6543/


Development information

Requirements

If you want to use AskOmics, you will need :

AskOmics also uses the following bundled libraries:

Browser compatibility

| Chrome | Firefox | Internet Explorer | Opera | Safari | |---|---|---|---|---|---| | 38+ | 13+ | Not supported | 25+ | 7.1+ |

Install Askomics

Requirements

  • python3.3
  • pip
  • venv
  • npm
  • gulp

Check the Dockerfile to see dependancies

Installation with Docker

$ ./startService.sh <triplestore> <mode>

with:

  • triplestore: fuseki or virtuoso
  • mode: production or development

Manual installation

  • Install Virtuoso or Fuseki
  • Run startAskomics.sh
$ ./startAskomics <triplestore> <mode>

with:

  • triplestore: fuseki or virtuoso
  • mode: production or development

Developpment

If you want to develop AskOmics, run:

$ gulp --dev --reload

It will reload javascript files when a file is modified.

Running tests

AskOmics comes with some unit and functional tests.

Python tests

$ ./testAskomics.sh

Python test work only with Virtuoso

Javascript tests

$ gulp test

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.