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: 12 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T14:17:47.000Z (over 1 year ago)
- Last Synced: 2025-06-11T17:47:26.598Z (12 months ago)
- Topics: durable-functions, metabase, postgresql, presto, scylladb, temporal
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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