Metadata-Version: 2.1
Name: thunderstruck
Version: 0.0.1
Summary: CDP based on ray.io
Home-page: https://github.com/afranzi/thunderstruck
License: Apache-2.0
Author: Data Platform
Author-email: data.platform@typeform.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: ray (>=1.11.0,<2.0.0)
Project-URL: Repository, https://github.com/afranzi/thunderstruck
Description-Content-Type: text/markdown

# Thunderstruck

![deploy](https://github.com/afranzi/thunderstruck/actions/workflows/ci-deploy.yml/badge.svg?branch=main)
![standard-checks](https://github.com/afranzi/thunderstruck/actions/workflows/ci-standard-checks.yml/badge.svg?branch=main)
![tests](https://github.com/afranzi/thunderstruck/actions/workflows/ci-test.yml/badge.svg?branch=main)

> `Thunderstruck` aims to simplify the CDP development by providing a modular approach to forward events into different 
> destinations.

## Roadmap

- [x] : Prepare skeleton & workflows.
- [ ] : Event ingest server
- [ ] : Event persistence in Postgres DB
- [ ] : K8s Helm.
- [ ] : Event Transformation + Forwarding with modules.
