Giter Club home page Giter Club logo

datascope's Introduction

DataScope Build Status DOI

We propose an environment for visualizing and exploring multidimensional data. We propose methods to create a new search interface to the data as an alternate way to explore data, create dynamic dashboards that can be extended to support data exploration using Javascript libraries like crossfilter and dc.js. This method is extendible to support data from other remote archives.

Quickstart guide

(requires docker)

  • Enter the datascope directory (this directory)
  • docker build -t datascope .
  • docker run -p 3001:3001 datascope

Running Without Containers

Prerequisites
  • Install Node.js and NPM
  • sudo npm install -g webpack
  • sudo npm install -g forever ((Optional) recommended for production deployements)
  • sudo npm install -g apidoc
Installation
  • Clone the repository
  • Enter the datascope directory (this directory)
  • Get dependencies with ```npm install``
  • Run npm run-script build
Running
  • Copy an example config and data folders to this directory from examples

  • Modify the files present in config to fit your needs:

    • dataSource.json
    • dataDescription.json
    • interactiveFilters.json
    • visualization.json
    • dashboard.json (For dashboard settings)
  • Run node app.js

  • Goto http://localhost:3000 from your favorite browser.

Read the User Guide for more details

Recommended production deployement

We recommend deploying Datascope with forever.js.

  • Install forever.js npm install forever -g
  • forever start app.js
  • forever ps gives a list of current instances running. You can get uptime, log details etc.

Developers

API Documentation

Head over to API Doc for documentation about Datascope's REST API.

datascope's People

Contributors

lastlegion avatar birm avatar srflorea avatar ashishof77 avatar sharmaashish avatar dependabot[bot] avatar loghijiaha 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.