© 2026 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is simple calendar dataset for analytics purposes.
The dataset consist of three persistent data classes:
And generator method that populates this classes
How to use it:
You can build it as standalone app with docker compose
docker compose build --no-cache --progress=plain
docker compose up -d
Or (intendent method) install it with your package with IPM:
zpm "install calendar-dataset"
After installation run:
do ##class(data.generator).Generate()
And thats it! Three tables with date dimensions is ready to go!
(For additional parameters, such as a custom date range or preferred data sets, see the ClassMethod documentation.)