Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.43 KB

DEPRECATED: phovea_server

Phovea Build Status

Python server implementation of Phovea that provides:

  • Data set handling
  • Reading data from CSV
  • ID mapping
  • Selection and range handling
  • General graph implementation
  • WebSocket stream

DEPRECATION Information

Please note that this project has been archived and is no longer being maintained. There is an active development under https://github.com/datavisyn/tdp_core and we will also contribute our future changes to it.

Installation

git clone https://github.com/phovea/phovea_server.git
cd phovea_server
npm install

Testing

npm test

Building

npm run build

This repository is part of Phovea, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the documentation page.