Skip to content

The open source Snowflake alternative. 100% Postgres.

License

Notifications You must be signed in to change notification settings

saul-data/hydra

 
 

Repository files navigation

Hydra

Hydra is the open-source Snowflake alternative for scaling startups. Hydra is 100% Postgres - use the full Postgres ecosystem to set up your "source of truth" reporting.

Here is a list of high-leveled features Hydra offers:

  • append-only columnar store - docs
  • managed service - sign up for early access
  • TLS publicly-signed certificates - docs
  • updates and deletes for columnar store
  • vectorized execution
  • separation of compute and storage

Quickstart

The following is a quick local setup. For production use, sign up for our cloud offering.

cp .env.example .env
docker compose up
psql postgres:https://postgres:[email protected]:5432

You can find detailed usage here.

Community

Overview

The Hydra image is built on top of Spilo. Spilo is a containerization of Postgres designed to be run in a production environment. The Hydra build adds extensions and modifies certain configuration files to enable those extensions.

Building the image

Please see DEVELOPERS.md for information on building the image.

License and Acknowledgments

Hydra is only possible by building on the shoulders of giants.

The code in this repo is licensed under the Apache 2.0 license. Pre-built images are subject to additional licenses as follows:

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

About

The open source Snowflake alternative. 100% Postgres.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.6%
  • Shell 13.1%
  • Go 5.7%
  • Other 1.6%