Platform to create (3D and VR) charts of ElasticSearch data.
There are few ways to install VBoard:
Directly installation from the source code, the steps are:
- Clone the repository, choosing a different branch in order to change between ThreeDC and A-FrameDC:
git clone https://github.com/dlumbrer/VBoard -b integration-aframedc
or
git clone https://github.com/dlumbrer/VBoard -b integration-threedc
- Change directory:
cd VBoard
- Install npm dependencies:
npm install
-
Optional, install node http-server
npm install -g http-server
-
Run VBoard server:
http-server
The fifth step is optional because you can use any server of http, for instance the http simple server from python.
This is the easiest way to launch VBoard if don't want to install it via source code or docker. It is so simple that you have to download the zip/tar binaries of the selected version (ThreeDC or A-FrameDC) from the GitHub VBoard releases page, go inside the uncompressed folder and launch it with your favourite http-server.
There are docker images of the two versions of VBoard. The information about the images are inside the "docker" branch, also, there are inside a few examples of how to deploy VBoard using docker-compose.
Please, visit the user guide doc, USER_GUIDE.md, in order to know how to make visualizations and dashboards with VBoard.
If there's any problem or doubt, please, open a Github Issue (Pull Request) or contact me via email ([email protected]). It would be very helpful if you tried it and tell me what you think of it, the errors and the possible improves that I could make.