cipherstash-archive / convergence

A set of tools for writing servers that speak PostgreSQL's wire protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convergence

Tests Crates.io

A set of tools for writing servers that speak PostgreSQL's wire protocol.

🚧 This project is extremely WIP at this stage.

Crates

convergence contains the core traits, protocol handling and connection state machine for emulating a Postgres server.

convergence-arrow enables translation of Apache Arrow dataframes into Postgres result sets, allowing you to access your Arrow-powered data services via standard Postgres drivers. It also provides a reusable Engine implementation using DataFusion for execution.

About

A set of tools for writing servers that speak PostgreSQL's wire protocol

License:MIT License


Languages

Language:Rust 99.8%Language:R 0.2%