Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
/ taco_server Public archive

The server part for comparing large tabular data using Phovea @JKU-ICG 💬 @thinkh

License

Notifications You must be signed in to change notification settings

Caleydo/taco_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: TACO Server

Phovea Build Status

TACO (for Table Comparison) is an interactive comparison tool that effectively visualizes the differences between multiple tables at various levels of granularity.

This is the repository for the server code. The client code is available in the taco repository.

A simple way to install taco is using the taco_product.

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/caleydo/taco_server.git
cd taco_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.