PLJS – JavaScript Language Plugin for PostreSQL

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. plv8

    V8 Engine Javascript Procedural Language add-on for PostgreSQL

    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.

  2. 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.

    InfluxDB logo
  3. pljs

    PLJS - Javascript Language Plugin for PostgreSQL

  4. pgproxy

    Execute plv8 functions from node. Execute node functions from plv8.

    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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Plv8: V8 Engine JavaScript Procedural Language Add-On for PostgreSQL

    1 project | news.ycombinator.com | 7 Jun 2024
  • PLV8 is a trusted Javascript language extension for PostgreSQL. It can be used for stored procedures, triggers, etc.

    1 project | /r/PostgreSQL | 1 Apr 2022
  • PLV8 JavaScript Procedural Language Add-On for PostgreSQL

    1 project | news.ycombinator.com | 31 Mar 2022
  • Is there an efficient and easy way to duplicate a row an all relations?

    1 project | /r/PostgreSQL | 9 Nov 2021
  • PLV8: V8 Engine JavaScript Procedural Language Add-On for PostgreSQL

    1 project | news.ycombinator.com | 9 Jun 2021