New patch release is out with performances fixes in query parsing and fixes to avoid unneeded distributed syncs in case of edges update operations, release notes https://github.com/orientechnologies/orientdb/releases/tag/3.2.48
#nosql #databases #database #dbms
#graphdb #OrientDB
Release 3.2.48 · orientechnologies/orientdb

This patch release fix a few quite important but not frequent issues, one issue happen in distributed environments with RidBags tree transactions applied in inverted order on a specific node, this ...

GitHub
🚀 ArcadeDB v25.11.1 is live! We've integrated the JVector engine for high-performance vector search, critical SQL fixes, smarter indexing for embedded lists, and improved gRPC serialization. github.com/ArcadeData/a... #ArcadeDB #OpenSource #GraphDB #VectorDatabase #NoSQL

Release 25.11.1 · ArcadeData/a...

New patch release is out with updated dependencies, improved default configurations and minor concurrency fixes, release notes: https://github.com/orientechnologies/orientdb/releases/tag/3.2.47

#nosql #databases #database #dbms
#graphdb #OrientDB

Release 3.2.47 · orientechnologies/orientdb

This is a medium size patch release, most of the changes though come from the update of dependencies, I want to highlight the update of lz4-java brought in by @ikysil, also this release a bunch of...

GitHub

New patch release out with fixes in import logic, here the release notes: https://github.com/orientechnologies/orientdb/releases/tag/3.2.46

#nosql #databases #database #dbms
#graphdb #OrientDB

Release 3.2.46 · orientechnologies/orientdb

Pretty small patch release with fixes in the import options Changes Tools Corrected preserving cluster ids when running import using preserve rids option Artifacts orientdb-community-3.2.46.tar.g...

GitHub
Arcade 25.10.1 is out! Python Bindings for embedded use, significant query and indexing enhancements, bug fixes, SQL/Cypher compatibility, and much more #multimodel #graphdb github.com/ArcadeData/a...

Release 25.10.1 · ArcadeData/a...
Release 25.10.1 · ArcadeData/arcadedb

We're excited to announce the release of ArcadeDB 25.10.1! This version introduces a major new feature: official Python Bindings for embedded use. It also delivers significant query and indexing en...

GitHub

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

#pgconfeu #postgresql #database #riga #graphdb

New patch release is out, with minor fix in core and network modules, release notes here: https://github.com/orientechnologies/orientdb/releases/tag/3.2.45

#OrientDB #nosql #graphdb #Databases #database

Release 3.2.45 · orientechnologies/orientdb

This is a fairly small patch release that fix some minor issues around the core and the network messages This release include code contribution from external contributor: @timw Here the list of cha...

GitHub

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

Olu

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

#olu #graphdb #golang #foss

Olu

Olu is a JSON document store with automatic graph relationship tracking. When documents reference each other, the graph layer maintains edges automatically. RESTful API, dual storage backends, basic graph queries. Written in Go.

https://github.com/ha1tch/olu?tab=readme-ov-file

Apart from REST queries, it features an implementation of Sulpher, a small subset of Neo4js Cypher. Comes batteries included with an in-memory LRU cache, or configurable with an external Redis cache (Docker Compose-ready, just make docker-run)

Core CRUD and graph operations work. About half the planned API is implemented. Still early but functional for prototyping.

#olu #graph #graphdb #documentdb #foss #go