Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Pingale <[email protected]>
  • Loading branch information
supergi0 authored Dec 13, 2023
1 parent f444dcf commit 1db986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usecases/temporal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Detailed article present on [Dozer blog](https://getdozer.io/blog/temporal-dozer

# Folder structure

- `data`: listings dataset. Import into mongodb using `zcat data/listings/metadata/listings_0.json.gz | mongoimport --db products --collection listings`. You can import more than just the first file, but you might run out of memory ([#2214](https://github.com/getdozer/dozer/pull/2214) helps with that)
- `data`: listings dataset. Import into mongodb using `zcat data/listings/metadata/listings_0.json.gz | mongoimport --db products --collection listings`.
- `init/orders.sql`: postgres schema
- `workflows/`: temporal workflows. Currently only the first step of the order placement workflow is implemented.
- `worker.py`: temporal worker. Needs to be run for the workflow to make progress.
Expand Down

0 comments on commit 1db986c

Please sign in to comment.