Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

phovea/phovea_processing_similarity

Repository files navigation

phovea_processing_similarity

Phovea Build Status

Processing queue plugin to compute similarities for categorical data of matrices, tables, and stratifications.

API will be available at SERVER:PORT/api/similarity/ e.g.:

http://localhost:9000/api/similarity/group/jaccard/?range=(11,12,13)

You receive a UUID which is used to query the results (please note the different namespace) , e.g. with:

http://localhost:9000/api/processing/res/dff39dde-a787-40fb-a98a-8687f27e80c5

Please note the different namespace for result retrieval as this route is defined in the phovea_processing_queue plugin. That also applies for the event stream:

http://localhost:9000/api/processing/stream

Installation

git clone https://github.com/phovea/phovea_processing_similarity.git
cd phovea_processing_similarity
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.