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.yaml
file in this repo, rename themoduleId
to something new. -
Run the commands
npm install
and thendataland deploy
in 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
greetings
and a worker that fetches data from the weather. -
Add whatever new tables and workers you wish!
-
You can optionally run
dataland tail
to also get a stream of logs from the workers.