To conclude the series on using #NDB interpreted code (IC) programs with #RonDB I decided not to write more blog posts but rather two formal research papers, which I presented at The 19th European #Lisp Symposium (#ELS'26), Krakow, 11-12 May 2026. #Dydra
https://t.co/fYJ0bCfkHj
In case you've missed the live stream. Here is a recording of my second #ELS 2026 presentation "A #Lisp Dialect for #NDB Interpreted Code":
https://t.co/NoLNytzSKi
This is a direct link to my part at 06:30:15. The slides and paper available soon.
#Dydra#RondDB#SPARQL#ELS2026
In case you missed the live stream. Here is a recording of my first #ELS 2026 talk "Efficient Range Estimation with #NDB Interpreted Code":
https://t.co/Xjdvtoqh1W
This is a direct link to my part at 01:41:00. The slides and paper available soon.
#Dydra#RondDB#SPARQL#ELS2026
@lisp_mgr I just noticed that I should have called this paper "A Lisp Dialect for RonDB Interpreted Code", as this is specific to #RonDB and will not work with plain #NDBCluster anymore. @RonDB_ai@mikael_ronstrom
My second paper "A Lisp Dialect for NDB Interpreted Code" I'll present at European Lisp Symposium 2026 tomorrow at 16:00 CEST.
Live stream available at: https://t.co/puHZ5TARbr
#els2026#dydra#lisp#rdf#triplestore
Listen to my presentation "Efficient Range Estimation with NDB Interpreted Code" happening now at European Lisp Symposium 2026 now.
Live stream available at: https://t.co/puHZ5TARbr
#els2026#dydra#lisp#rdf#triplestore
This is the third article in a series on using #NDB interpreted code (IC) programs with @RonDB_ai and discusses an example of a very short but still very useful interpreted code program. It describes the actually essential implementation for Dydra.
https://t.co/gd6QrnfZ9Q
This is the second article in a series on using #NDB interpreted code (IC) programs with #RonDB and it just tries to work out how accurate the #MySQL documentation still is for its fork RonDB. A question that I had for a long time.
https://t.co/SguVusbJn4
This is the first article in a series on using #NDB interpreted code (IC) programs with #RonDB. And how the compiler I wrote for it made the task much simpler. Allowing not only to compile to NDB interpreted code but also to a #Lisp backend for debugging.
https://t.co/MrRU3LON6M
Read our new article:
Scaling Dydra with RonDB: Toward a Trillion-Triple Store
September 22, 2025, Datagraph GmbH, Berlin, and Hopsworks AB, Stockholm.
https://t.co/j62zeL3X79
What if your #database could remember everything—every edit, every state, every version—across time, while scaling effortlessly beyond the limits of a single machine?
https://t.co/j62zeL3phB
That’s exactly the kind of challenge we’ve been tackling with #Dydra, a revisioned #RDF graph store, and #RonDB, a high-performance, clustered database built for scale.
https://t.co/j62zeL3X79
After more than a year of work, we just released a much enhanced version of our #CommonLisp bindings to the C++ #NDB API of #RonDB.
So, welcome cl-ndbapi for RonDB 24.10!
https://t.co/uw3K2mXV5G
We are currently working on a series of articles, how we use it to scale #Dydra.
If you need #persistence for native #JavaScript applications, guaranteed eventual #consistency for multiple clients and all data stored in #revisioned data repositories, have a look at our JavaScript web client interface to the #Dydra#RDF service:
https://t.co/aZHWXANJEJ
Conflicting changes by multiple clients can be resolved with Conflict-free Replicated Data Types (#CRDT).
#Dydra offers such types, so that data can be replicated and reconciled among multiple clients, as we presented already at the @MEPDaW Workshop 2019: https://t.co/nqsBZeaxRg
Did you know that our #JavaScript web client library can act as a #replication node of the #Dydra graph store?
This means, all changes are automatically pushed to your web client applications (background change notification). See https://t.co/aZHWXANJEJ
@AndriusDauksa@namedgraph@larsga You'll find the #Dydra API documentation at https://t.co/tAkfauHK6F.
Depending on your application, you might also want to use the #JavaScript web client interface to the Dydra #RDF service at https://t.co/aZHWXAOhuh It also supports persistence, #CRDT replication and more.
@AndriusDauksa@namedgraph@larsga you should by now have the access code to create and account on https://t.co/AZBsfGm0Rw. there are two things to consider. first, our service provides just rdf storage so your application hosting must continue where it is. second, the api is primarily http-based.