© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
A demo app to illustrate import of two csv files that are linked and being imported with primary key preserved to csv column.
The data is in two csv:
countries.csv
potato_sales.csv
It’s packaged with ZPM so it could be installed as:
zpm "install esh-potato-analytics"
then open http://localhost:32794/dsw/index.html#/USER
you should see a dashboard with potato consumtion and import worldwide from 2000 to 2022 and with the ability to filter by countries:
The repo is dockerised so you can clone/git pull the repo into any local directory
$ git clone git@github.com:evshvarov/potato-analytics.git
Open the terminal in this directory and run:
$ docker-compose up -d
and open then http://localhost:32794/dsw/index.html#/USER