Trealla Prolog embedded in Go using WASM

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • trealla-go

    Discontinued Trealla Prolog embedded in Go using WASM [Moved to: https://github.com/trealla-prolog/go]

  • I plan on writing a blog post soon to explain it better. The quick summary is that it uses WASI to execute a C program not entirely unlike oldschool CGI, but now it's inside of a WebAssembly runtime instead of an OS process. It uses command line arguments to send the query and standard output to grab the results. This may become fancier in the future.

    You can see the relevant code here: https://github.com/guregu/trealla-go/blob/333645147df083dd26... that builds up the command line arguments for tpl (the Trealla binary, shoved into the repo as trealla.wasm). The rest of the package is mostly shuffling data around.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Trealla – A compact, efficient Prolog interpreter written in plain-old C

    4 projects | news.ycombinator.com | 7 Aug 2022
  • Trealla Prolog embedded in Go using WASM

    1 project | /r/hypeurls | 7 Aug 2022
  • Prolog at work

    4 projects | /r/prolog | 28 Dec 2022
  • Mangle, a programming language for deductive database programming

    12 projects | news.ycombinator.com | 26 Nov 2022
  • Wazero: The zero dependency WebAssembly runtime

    2 projects | news.ycombinator.com | 16 Mar 2024