-
a bit more than an experiment at this point. pljs, even in its early state, has some very good results: https://github.com/plv8/plv8/issues/531#issuecomment-1627883...
passing through v8's javascript/c++ membrane has always been painful, and appears to be getting worse.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
I wrote this[1] several years ago to help with that.
It lets you write a function in nodejs that actually executes in plv8 inside the database.
To your project code though, it mostly looks like a normal js function (with some limitations).
Amongst other benefits, it allows you to manage your plv8 functions as a normal part of your repo.
[1]https://github.com/claytongulick/pgproxy
Related posts
-
Plv8: V8 Engine JavaScript Procedural Language Add-On for PostgreSQL
-
PLV8 is a trusted Javascript language extension for PostgreSQL. It can be used for stored procedures, triggers, etc.
-
PLV8 JavaScript Procedural Language Add-On for PostgreSQL
-
Is there an efficient and easy way to duplicate a row an all relations?
-
PLV8: V8 Engine JavaScript Procedural Language Add-On for PostgreSQL