Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratikgajjar/temporal-poc
PoC: Temporal x SkyllaDB | Postgres x GoLang
https://github.com/pratikgajjar/temporal-poc
durable-functions metabase postgresql presto scylladb temporal
Last synced: about 1 month ago
JSON representation
PoC: Temporal x SkyllaDB | Postgres x GoLang
- Host: GitHub
- URL: https://github.com/pratikgajjar/temporal-poc
- Owner: pratikgajjar
- License: mit
- Created: 2024-03-30T19:02:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T21:33:08.000Z (9 months ago)
- Last Synced: 2024-03-31T21:24:00.399Z (9 months ago)
- Topics: durable-functions, metabase, postgresql, presto, scylladb, temporal
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Temporal Demo with PostgreSQL and ScyllaDB
This project showcases a temporal workflow using PostgreSQL and ScyllaDB as backend databases. It includes Docker Compose for setting up the infrastructure, a worker component to handle tasks, and a starter component to trigger the cron workflow.
## Getting Started
### Prerequisites
- Go programming language
- Docker
- Docker Compose
- PostgreSQL
- ScyllaDB### Installation
1. Clone the repository:
2. docker-compose up -d
3. go run ./worker
4. go run ./starter