Skip to content

unaguil/opendash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenDASH

SPARQL Endpoint Visualization Tool

Installation

  1. Install required libraries

     pip install -r requirements.txt
    
  2. Create database model

     python opendash/model/opendash_model.py
    
  3. Launch local server with test data

     cd testing
     bash launch_server.sh
    
  4. Run OpenDASH server (in main directory)

     python server.py
    

Usage

  1. Connect browser to URL

    http://127.0.0.1:5000/

  2. Login

    1. Log as admin/admin to access de admin view and modify users and other data.
    2. Log as test/test for testing account.

About

SPARQL Endpoint Visualization Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors