https://github.com/predixus/orca
Making the analysis of realword data in production seamless ✨
https://github.com/predixus/orca
analytics computing insight orchestration
Last synced: 7 months ago
JSON representation
Making the analysis of realword data in production seamless ✨
- Host: GitHub
- URL: https://github.com/predixus/orca
- Owner: Predixus
- License: gpl-3.0
- Created: 2024-02-12T12:36:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T09:55:14.000Z (7 months ago)
- Last Synced: 2025-06-22T10:25:26.016Z (7 months ago)
- Topics: analytics, computing, insight, orchestration
- Language: Go
- Homepage: https://orca.predixus.com
- Size: 8.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README


[Orca](https://orca.predixus.com) is a analytics orchestration framework that makes it easy for
development and product teams to extract insights from realworld data. It provides a
structured and scalable way to schedule, process, and analyse data, at scale, using a
time window based triggering mechanism.
We're building orca on top of production grade tooling, to power the next generation of real-world
data-powered AI.
## ✨ Features
- [ ] Orca Core:
- [x] Build cross-language algorithms and scale horizontally. [DOCS](https://orca.predixus.com/docs)
- [x] Automatically handles algorithm dependencies and execution order. [DOCS](https://orca.predixus.com/docs)
- [ ] Telemetry cache, so downstream analytics don't hammer the database for the same data.
- [ ]
- [ ] Supported Storage Solutions
- [x] PostgreSQL. [DOCS](https://orca.predixus.com/docs)
- [ ] MongoDB
- [ ] BigQuery
- [ ] RDS
- [ ] SDKs
- [x] [Python](https://github.com/Predixus/orca-python)
- [ ] Node
- [ ] Rust
## Documentation
Full documentation can be found at [orca.predixus.com/docs](https://orca.predixus.com).
## 📄 License
Orca is licensed under the [GNU General Public License v3.0](./LICENSE.md).