home.social

#graphdb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #graphdb, aggregated by home.social.

fetched live
  1. Deploy a production-ready ArcadeDB cluster on Kubernetes in one command with the official Helm chart. From zero to a single pod in 30 seconds. arcadedb.com/blog/deploy-... #k8s #graphdb #multimodel

  2. Let me use this time to write down what I'm building. Not what's in my git repos. What's in my head.

    The system is distributed. And distribution is optional. Each node has their own state, their own runtime, their own persistence. All one thing.

    Each node in the system is a content-addressed Merkle Tree. Not SHA. Coincidence. A spectral coincidence hash. 5 dimensions. (1 more than spacetime.)

    A spectral coincidence hash describes the structure of the data. You can do math on that. Spectral graph analysis. The world becomes navigatable. Because everything has an address.

    Each computation. Each inference. Each failure. Each partial success. Each time information was lost. All of it enters the graph. All of it local. All of it distributed if needed. (For the BEAM engineers: it's an mnesia backend.)

    A system that doesn't only know what it knows and what it doesn't. A system that knows how it got there. And AI that lives inside that knowledge.

    That's what I'm building.

    #SovereignTechFellowship grant application open. Release on the horizon. Wish me luck!

    #OpenSource #EUTech #AI #Erlang #Fortan #Rust #GraphDB

  3. Let me use this time to write down what I'm building. Not what's in my git repos. What's in my head.

    The system is distributed. And distribution is optional. Each node has their own state, their own runtime, their own persistence. All one thing.

    Each node in the system is a content-addressed Merkle Tree. Not SHA. Coincidence. A spectral coincidence hash. 5 dimensions. (1 more than spacetime.)

    A spectral coincidence hash describes the structure of the data. You can do math on that. Spectral graph analysis. The world becomes navigatable. Because everything has an address.

    Each computation. Each inference. Each failure. Each partial success. Each time information was lost. All of it enters the graph. All of it local. All of it distributed if needed. (For the BEAM engineers: it's an mnesia backend.)

    A system that doesn't only know what it knows and what it doesn't. A system that knows how it got there. And AI that lives inside that knowledge.

    That's what I'm building.

    #SovereignTechFellowship grant application open. Release on the horizon. Wish me luck!

    #OpenSource #EUTech #AI #Erlang #Fortan #Rust #GraphDB

  4. I just published a blog post that tells of my early experience with Gastown, a multi-agent workspace manager, in trying to build pure javascript Gremlator implementation: stephen.genoprime.com/snippet/

  5. Knowledge graphs are useful representations for knowledge bases, #pkm, #AImemory systems, #GraphRAG, intelligent tutoring systems, etc., and usually implemented in graph databases. LadybugDB, a fork of the discontinued Kuzu, is a lightweight embedded (like SQLite) graph database: github.com/LadybugDB/ladybug
    Sample applications in development: github.com/inventivepotter/dot & github.com/tejzpr/Smriti-MCP
    See also Grafeo: github.com/GrafeoDB/grafeo
    #AIEd #AIEngineering #KnowledgeGraph #GraphDB #graphdatabase

  6. Knowledge graphs are useful representations for knowledge bases, #pkm, #AImemory systems, #GraphRAG, intelligent tutoring systems, etc., and usually implemented in graph databases. LadybugDB, a fork of the discontinued Kuzu, is a lightweight embedded (like SQLite) graph database: github.com/LadybugDB/ladybug
    Sample applications in development: github.com/inventivepotter/dot & github.com/tejzpr/Smriti-MCP
    See also Grafeo: github.com/GrafeoDB/grafeo
    #AIEd #AIEngineering #KnowledgeGraph #GraphDB #graphdatabase

  7. Also if you are into #rdf and #knowledgegraph you have heard of tinker pop gremlin 👹 then the following pipeline might remind you some good souvenir:

    ´´´
    (let ((g (make-graph gremlin-n gremlin-e 10 12345)))
    (display "Graph: ")
    (display gremlin-n)
    (display " vertices, ")
    (display gremlin-e)
    (display " edges/vertex, 10 groups")
    (newline)
    (let ((tri (time
    (traverse g
    (V)
    (as a)
    (out)
    (as b)
    (where (same-group? g a b))
    (out)
    (as c)
    (where (same-group? g a c))
    (where (edge? g c a))
    (count)))))
    (display tri)
    (display " triangles")
    (newline)))
    ´´´

    ref: github.com/amirouche/seed/blob

    #scheme #graphdb

  8. Also if you are into #rdf and #knowledgegraph you have heard of tinker pop gremlin 👹 then the following pipeline might remind you some good souvenir:

    ´´´
    (let ((g (make-graph gremlin-n gremlin-e 10 12345)))
    (display "Graph: ")
    (display gremlin-n)
    (display " vertices, ")
    (display gremlin-e)
    (display " edges/vertex, 10 groups")
    (newline)
    (let ((tri (time
    (traverse g
    (V)
    (as a)
    (out)
    (as b)
    (where (same-group? g a b))
    (out)
    (as c)
    (where (same-group? g a c))
    (where (edge? g c a))
    (count)))))
    (display tri)
    (display " triangles")
    (newline)))
    ´´´

    ref: github.com/amirouche/seed/blob

    #scheme #graphdb

  9. ArcadeDB v26.2.1 is full of surprises. Did you know we introduced a new SQL parser, built with ANTLR (instead of JavaCC) that is 75.9% faster? blog.arcadedb.com/new-sql-parser #multimodel #graphdb #sql

  10. ArcadeDB 26.2.1 is out! Biggest highlights: - @Neo4j Bolt protocol support - use standard Neo4j drivers - Full @openCypher TCK compliance - New SQL parser - SQL Triggers (SQL, JS, Java) - Scheduled Backups 200+ issues closed github.com/ArcadeData/a... #graphdb #multimodel

    Release 26.2.1 · ArcadeData/ar...

  11. ArcadeDB 26.2.1 is out! Biggest highlights: - @Neo4j Bolt protocol support - use standard Neo4j drivers - Full @openCypher TCK compliance - New SQL parser - SQL Triggers (SQL, JS, Java) - Scheduled Backups 200+ issues closed github.com/ArcadeData/a... #graphdb #multimodel

    Release 26.2.1 · ArcadeData/ar...

  12. ArcadeDB v26.1.1 is out! New Native OpenCypher Engine, huge LSM Vector updates (Quantization, PQ and much more), 92 total issues resolved (!) github.com/ArcadeData/a... #ArcadeDB #GraphDB #OpenCypher #VectorSearch #Database #OpenSource

    Release 26.1.1 · ArcadeData/ar...

  13. ArcadeDB v26.1.1 is out! New Native OpenCypher Engine, huge LSM Vector updates (Quantization, PQ and much more), 92 total issues resolved (!) github.com/ArcadeData/a... #ArcadeDB #GraphDB #OpenCypher #VectorSearch #Database #OpenSource

    Release 26.1.1 · ArcadeData/ar...

  14. olu 0.9.0 RELEASED

    olu is a JSON document store with automatic graph relationships.

    Repo:
    github.com/ha1tch/olu

    Manual
    github.com/ha1tch/olu/blob/mai

    Release binaries:
    github.com/ha1tch/olu/releases

    Use cases:

    • Rapid prototyping
    • Small to medium CRUD APIs
    • IoT asset/device management
    • Multi-tenant SaaS backends
    • Content management systems
    • Configuration stores with relationships
    • Graph analysis and traversal

    Features

    • REST API: Full CRUD, filtering, pagination, field projection, REF embedding
    • OQL: (sql-like subset) — SELECT, INSERT, UPDATE, DELETE, WHERE, ORDER BY, TOP, GROUP BY, aggregates (COUNT, SUM, AVG, MIN, MAX)
    • Sulpher: Cypher-like graph queries — MATCH patterns, shortest path, common neighbours, incoming/outgoing traversal, cycle detection, node degree

    New in 0.9.0:

    • SQLite + FTS5 full-text search
    • REF field embedding with configurable depth
    • Graph cycle detection (warn/error/ignore)
    • JWT/API key authentication
    • Rate limiting with per-key quotas
    • Prometheus metrics
    • Multi-tenant isolation (path or strict mode)
    • Docker Compose profiles for dev/test/prod

    250+ unit tests, stress tests with race detector, 17 Docker integration tests. Redis cache at 36K ops/sec.

    #olu #database #json #golang #foss #datastore #graph #graphdb #REST

  15. In room Omega 2, Taras Kloba is presenting about using PostgreSQL as a graph database

    #pgconfeu #postgresql #database #riga #graphdb

  16. rserv and olu

    This paints a clearer picture of the evolution of the two projects and API coverage over the last 12 months. The goal is to bring Olu to api parity with rserv 0.5.3 targeting completion sometime between March and June 2026.

    rserv 0.5.3

    olu 0.7.0

    #olu #graphdb #documentdb #foss #golang

  17. Olu

    I'm considering adding this query language syntax that looks like SQL but operates on Olu's graphs.

    #olu #graphdb #golang #foss