Attention: Project in early stage.
Data Visualization Content Management Platform. It contains from tree parts:
- Visualization Content Management - server to create,store and share visualizations
- Rendering Engine to display visualization by connecting to various data sources
- Data Provide/Consumer communication broker and (API) to plugin any data source
- docker 19.03.8 or later
- Node - 14.x.x or later
- yarn - 1.22.4 or later
- npx - 6.11.2
docker run -p 5000:7777 nesterone/zorko-standalone:latest
latest
- is a version which we build on each push to 'dev' branch
open http://localhost:5000
and have a fun ;-)
Make sure that you don't run
yarn install
before. If you already have installed dependencies, runyarn clean
Run it once
./build-images.sh
First time, it will take time to pull and build all necessary images
Run docker-compose up
It starts all necessary services
It's optional, add to you host file
# Zorko
127.0.0.1 zorko-io.local
So, you can just open http://zorko-io.local
What to contribute ? then follow Contribution Guire