Re: [HACKERS] RustgreSQL - Mailing list pgsql-hackers

From Ewan Higgs
Subject Re: [HACKERS] RustgreSQL
Date
Msg-id 750719293.14385620.1484820834292@mail.yahoo.com
Whole thread Raw
In response to Re: [HACKERS] RustgreSQL  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List pgsql-hackers
> It seems someone tried (perhaps ran out of steam, unfortunately):
> * Postgres extensions written in Rust *
> https://github.com/thehydroimpulse/postgres-extension.rs


There is another effort which looks active and promising:


(R)ust (P)ost(g)res FFI

https://github.com/posix4e/rpgffi

This is a bunch of ffi functions largely generated by rust-bindgen.


JsonCDC (json change data capture)

https://github.com/posix4e/jsoncdc

jsoncdc is an interesting tool which takes the WAL and converts it to 

Json for consumption by other processes. Obviously the performance of 

consuming json will be questionable but it is to serve as an example 

project to help future extensions.


The jsoncdc people are on freenode in #jsoncdc.

Yours,
Ewan



pgsql-hackers by date:

Previous
From: Kuntal Ghosh
Date:
Subject: Re: [HACKERS] parallelize queries containing subplans
Next
From: Dilip Kumar
Date:
Subject: Re: [HACKERS] parallelize queries containing subplans