Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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