Skip to content

dcupl-demos/lotto-1986-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcupl-demos/lotto-1986-2023

Lottery numbers in Austria from 1986 til 2023
Demo project for dcupl, App Development Platform for Data-Intensive Web Applications.


@dcupl/cli
dcupl CLI dcupl CLI

@dcupl/core
dcupl CLI dcupl Core

GitHub


Lotto AUT 1986-2023

This Project was generated using the @dcupl/cli. More information can be found on https://dcupl.com and especially in the dcupl Docs.

win2day dataset

The initial dataset is published by win2day - https://www.win2day.at/lotterie/lotto/lotto-statistik-zahlen-ergebnisse-download - the online gaming platform of the Austrian Lotteries. The formatting of the original data has been revised and redundancies have been reduced. The data respectively the whole project is also published on kaggle.

different currencies

Be aware that winning totals up to 2001 are in ATS - Austria's currency Schilling - and in EUR starting with 2001 up to 2023. Therefore three applications have been defined and the resources have been tagged with ATS and EUR.

dcupl Expressions

The model description includes two expressions, which concatenate the drawn numbers - on the one hand sorted in ascending order and on the other hand sorted as drawn.

1) Setup

npm install

2) Connect your local project with the dcupl Console

  • Go to https://console.dcupl.com and create your free account.
  • Set your projectId in the dcupl.config.json
  • Set your apiKey in the dcupl.secrets.json
  • Push your local workspace to the dcupl Console using the CLI dcupl files:push --name my-first-push

3) Start your development server

dcupl serve

4) View your data in the dcupl Console

Switch to "Local Dev Server" and open one of the predefined applications. View your data in the Data Explorer Tab in the dcupl Console.

Releases

No releases published

Packages

No packages published