You can fork this boilerplate repo to create your own Dataland module to store your own custom workers + tables.
You have completed the Dataland quickstart here: https://docs.dataland.io/quickstart.html#installation
-
Fork this repository.
-
In the
module.yamlfile in this repo, rename themoduleIdto something new. -
Run the commands
npm installand thendataland deployin the root of the directory.This fully deploys all of the tables and workers in this repo into your Dataland workspace. This boilerplate contains a table called
greetingsand a worker that fetches data from the weather. -
Add whatever new tables and workers you wish!
-
You can optionally run
dataland tailto also get a stream of logs from the workers.