#surrealdb — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #surrealdb, aggregated by home.social.
-
Dev Update #2 for smista․ai is out.
This dev update follows our second milestone, which was about building smista-storage, the crate that gives user sessions a proper home.
An #AI session is not just a chat history: it is a graph of messages, routing decisions, tool calls, approvals, plans, diffs, and much more.
That made the choice of database more interesting than usual.
We have to be able to run locally, by embedding the engine, without asking users to spin up local services.
But we also have to be ready for a future SaaS version in which the database is deployed on a dedicated cluster.That's why we opted for SurrealDB: embedded inside the #Rust router, runs in memory for unit tests, and standalone for SaaS architectures.
Once again, focusing on our core principle: Local-first, but not local-only.
Read the full update: https://smista.ai/blog/dev-update-2-local-first-storage-for-ai-sessions
#rustlang #ai #llm #opensource #localfirst #devtools #surrealdb
-
In a world where #databases are as common as cat memes, 🤪 someone thought it would be hilarious to benchmark the mythical #SurrealDB against actual databases like #Postgres and Mongo. 😂 Spoiler: it's like comparing #unicorns to horses—glittery but not very practical. 🦄✨
https://surrealdb.com/blog/surrealdb-3-x-by-the-numbers #MongoDB #benchmarks #humor #HackerNews #ngated -
Benchmarking SurrealDB 3.x vs. Postgres, Mongo, Neo4j and Redis (With Fsync)
https://surrealdb.com/blog/surrealdb-3-x-by-the-numbers
#HackerNews #Benchmarking #SurrealDB #SurrealDB3 #Postgres #Mongo #Neo4j #Redis #Fsync
-
SurrealDB 3.0 now packs agent memory, business logic, and multimodal data into a single Rust‑powered engine. It blends graph queries, vector search and retrieval‑augmented generation, letting AI agents store context and act without juggling separate stores. Dive into the details and see how this open‑source DB could reshape your stack. #SurrealDB #RetrievalAugmentedGeneration #VectorSearch #MultiModalData
🔗 https://aidailypost.com/news/surrealdb-30-stores-agent-memory-business-logic-multimodal-data-one-db
-
If you're a developer, #SurrealDB might be the ultimate prototyping tool for your data. Check out my latest blog post on using SurrealDB with Node.js and Fastify! #sql #nosql #nodejs #fastify https://reverentgeek.com/meet-surrealdb-nodejs/
-
🚀 NEW on We ❤️ Open Source 🚀
What’s a multimodal database? How does it simplify complex data queries? 🤔 Tobie Morgan Hitchcock, CEO of SurrealDB, discusses how open source databases are evolving—plus insights on AI, "daytime travel," and best practices for devs.
📺 Watch now: https://www.youtube.com/watch?v=yHKN40Lt9hc
-
🎯 #SurrealDB Introduces Cloud Beta Platform: Key Features and Benefits
-
🔄 #SurrealDB Cloud beta brings managed infrastructure for simplified database operations, enabling developers to focus on application building #Developer #Database
💎 Platform includes free tier for initial development and scalable options for growing organizations #Cloud #Tech -
Does anyone have experience with #surrealdb multi-nose mode scaling using their new surrealkv storage engine? #rustlang #Databases
-
If you are looking for an #OpenSource #MultiModel #NoSQL database, and considering #SurrealDB or #TerminusDB , take a look at #ArcadeDB : https://docs.arcadedb.com
-
I really want to use #surrealdb for an backend app I’m making instead of #postgres But I don’t wanna regret this design decision as well. Stuck between what’s and if’s
-
Wrote a custom DSN parser that simplifies the process of setting up a #SurrealDB instance in Go while working on a new project. It simply extracts connection details from the DSN string and stores it in a configuration struct which is then utilized to follow the connection process per official documentation.
Formatted like so:
surreal://root:pass@host:port/ns/dbDoes the team plan to modify the official Golang driver or officially endorse DSNs? @phkaznowski, your insight would be invaluable.
-
🖥️ In the final chapter of episode four of our programming tutorial series, we show how graph database SurrealDB can be used to show that Evan Ferguson is the third youngest player to start a competitive game for the Republic of Ireland's Men's senior team
#COYBIG #SurrealDB
https://www.youtube.com/watch?v=6J1SPMXzOh4 -
Found out #SurrealDB went 1.0 earlier this month and looks much more usable now, so of course it's time to reanimate the idea of a federated lastfm replacement I had :cat_typing:
-
Really excited to see SurrealDB hit the v1.0.0 release! Really need to play with this a bit more...
-
Coucou la tech, est-ce que des personnes ici ont testé et pourraient me faire un retour d'xp, même tout simple, sur #SurrealDB 🧐?
-
#SurrealDB World: #London #UK | September 13, 2023
Unveiling a new era for databases
https://surrealdb.world -
I have written a post on scaling #surrealdb 🎉
https://phughk.github.io/2023/04/29/surrealdb-scalability.html
Let me know what you think!