1 Repo
Mechanisms for sending complex data filtering criteria via request bodies to bypass URI length limitations.
Distinguishing note: None of the candidates cover the specific use case of using POST bodies for complex filtering to avoid URI limits.
Explore 1 awesome GitHub repository matching data & databases · Payload-Based Data Filtering. Refine with filters or upvote what's useful.
Electric is a Postgres data synchronization engine and replication proxy designed to enable local-first software. It replicates data from Postgres databases to client-side stores in real time using logical replication, allowing applications to maintain a local embedded database for offline access and low-latency updates. The system distinguishes itself by using shapes to filter and authorize specific subsets of database rows and columns before streaming them to clients or edge workers. It further supports multi-user collaboration by integrating a conflict-free replicated data type framework t
Supports sending complex filter parameters in a JSON body to avoid URI length limit errors.