https://github.com/nucleuscloud/temporal-feb24-meetup
Demo repository for the Temporal.io SF February 2024 Meetup
https://github.com/nucleuscloud/temporal-feb24-meetup
Last synced: about 1 year ago
JSON representation
Demo repository for the Temporal.io SF February 2024 Meetup
- Host: GitHub
- URL: https://github.com/nucleuscloud/temporal-feb24-meetup
- Owner: nucleuscloud
- Created: 2024-02-16T17:51:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:44:10.000Z (about 2 years ago)
- Last Synced: 2025-02-15T02:35:34.569Z (over 1 year ago)
- Language: Python
- Size: 476 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neosync Temporal Feb 24 Meetup Demos
## General Setup
1. Run `docker compose up -d` to stand up the Temporal suite of services as well as two postgres databases that will be used as our "prod" and "stage" data sources.
2. See the [data gen readme](./data-gen/README.md) for info on how to run this demo.
3. See the [ml data gen readme](./ml-data-gen/README.md) for info on how to run this demo.
## Data Gen Demo
This demo will generate 100 rows of random data and insert it into a `public.users` table in a postgres database.
## ML Data Gen Demo
This second demo will take the data we created in the first demo and train a machine learning model on it.
From there, we can sample that model to generate new data that is statistically consistent with the source input.