Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

cipherstash-archive/convergence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • R 0.2%