This is a sample implementation of Analytical Atoms with NodeJS.
- Build with nodejs
Run local
You can run the application easily with node start
from the root directory (take care that a config.json file exists).
Run the application in a docker container
You can also simply run the application in a docker container with the image julianereth/a-atom-nodejs. For this simply run
docker run -v /localpath/to/your-config.json:/usr/src/app/config.json -p 8001:8001 -d julianereth/a-atom-nodejs
- Analytical Atoms Specs: A specification of the underlying idea of analytical atoms (in work)
- Analytical Atoms Data Generator: A data generator to simulate analytics scenarios.