Re: RustgreSQL

From: Ewan Higgs <ewan_higgs(at)yahoo(dot)co(dot)uk>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Josh Berkus <josh(at)agliodbs(dot)com>, Joel Jacobson <joel(at)trustly(dot)com>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RustgreSQL
Date: 2017-01-19 10:13:54
Message-ID: 750719293.14385620.1484820834292@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2017-01-19 10:43:44 Re: pgsql: Add function to import operating system collations
Previous Message Kuntal Ghosh 2017-01-19 10:12:26 Re: parallelize queries containing subplans