awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ankane avatar

ankane/pgslice

0
View on GitHub↗
1,240 stars·69 forks·Ruby·MIT·11 views

Pgslice

Postgres partitioning as easy as pie

Features

  • High Availability and Scaling - Tool for simplifying PostgreSQL table partitioning.

Star history

Star history chart for ankane/pgsliceStar history chart for ankane/pgslice

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pgslice

Similar open-source projects, ranked by how many features they share with Pgslice.
  • apache/shardingsphereapache avatar

    apache/shardingsphere

    20,737View on GitHub↗

    ShardingSphere is a distributed SQL database middleware that provides sharding, read-write splitting, and distributed transaction management for relational databases. It functions as a layer that intercepts SQL queries to distribute data across multiple physical database instances for horizontal scaling. The project is distinguished by its ability to operate as either a standalone transparent database proxy or via direct integration as a JDBC driver. It features a SQL dialect translator that parses queries into abstract syntax trees to convert syntax between different database engines, enabli

    Java
    View on GitHub↗20,737
  • citusdata/cituscitusdata avatar

    citusdata/citus

    12,562View on GitHub↗

    Citus is a PostgreSQL extension that transforms a standard database into a distributed system. It functions as a sharding framework and distributed SQL engine, enabling horizontal scaling by partitioning tables across a cluster of nodes. By utilizing a coordinator-worker topology, the system manages metadata and routes queries to the appropriate nodes, allowing for parallel execution of complex operations across distributed data shards. The platform distinguishes itself through its specialized support for multi-tenant architectures and real-time analytical processing. It enables tenant-based

    Ccituscitus-extensiondatabase
    View on GitHub↗12,562
  • clusterlabs/pafClusterLabs avatar

    ClusterLabs/PAF

    350View on GitHub↗

    PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync.

    Perl
    View on GitHub↗350
  • aiven/pglookoutaiven avatar

    aiven/pglookout

    190View on GitHub↗

    PostgreSQL replication monitoring and failover daemon

    Python
    View on GitHub↗190
See all 9 alternatives to Pgslice→

Frequently asked questions

What does ankane/pgslice do?

Postgres partitioning as easy as pie

What are the main features of ankane/pgslice?

The main features of ankane/pgslice are: High Availability and Scaling.

What are some open-source alternatives to ankane/pgslice?

Open-source alternatives to ankane/pgslice include: aiven/pglookout — PostgreSQL replication monitoring and failover daemon. apache/shardingsphere — ShardingSphere is a distributed SQL database middleware that provides sharding, read-write splitting, and distributed… citusdata/citus — Citus is a PostgreSQL extension that transforms a standard database into a distributed system. It functions as a… clusterlabs/paf — PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync. percona/percona-xtradb-cluster — A High Scalability Solution for MySQL Clustering and High Availability. sorintlab/stolon — Stolon is a cloud native database manager and orchestrator for PostgreSQL. It functions as a high availability manager…