Advertisement · 728 × 90
#
Hashtag
#SurrealDB
Advertisement · 728 × 90
Awakari App

BM25 + Vector Search in One Query: kreuzberg-surrealdb + SurrealDB v3 Author: Varun Tandon, Software Engineer at Kreuzberg. Continue reading on Medium »

#machine-learning #software-engineering #vector-database #python #surrealdb

Origin | Interest | Match

1 0 0 0

🧠 Las bases de datos no se diseñaron para la proliferación de agentes – SurrealDB tiene la solución

Los agentes de IA desafían los modelos de datos tradicionales. SurrealDB ofrece el estado transaccional que

https://thenewstack.io/surrealdb-3-ai-agents/

#SurrealDB #AIAgents #Database #RoxsRoss

1 0 0 0

🧠 La Base de Datos Multi-Modelo para Agentes de IA: Despliega SurrealDB con Docker Extension

Evita la complejidad de integrar múltiples bases de datos. Una solución unifi

www.docker.com/blog/deploy-surrealdb-do...

#SurrealDB #MultiModelDatabase #AI #Docker #RoxsRoss

1 0 0 0
Post image

SurrealDB 3.0 just merged agent memory, business logic, and multimodal data into a single engine. Think RAG, graph queries, vector search—all powered by Rust. Curious how this reshapes AI pipelines? Dive in. #SurrealDB #VectorSearch #AgentMemory

🔗 aidailypost.com/news/surreal...

1 0 0 0

I am dumping #sqlite in favor of @surrealdb.com for TeleCloud now, being able to use #surrealdb in the browsers indexedDB is a million times nicer than my current workarounds (also because I love #surrealql)

1 0 0 0

I just made my first code contributions to @surrealdb.com 🥳

It was a great experience, @devrie.sh was very helpful at resolving my problems.
I hope to make many more PRs in the future 😄

#rust #surrealdb #opensource

4 0 0 0

There is no #database that I love more than #SurrealDB, its insane what you guys have pulled off and I'm looking forward to the future of it

3 0 0 0
Preview
SurrealDB is sacrificing data durability to make benchmarks look better 🚨TL;DR: If you are a SurrealDB user running any SurrealDB instance backed by the RocksDB or SurrealKV storage backends you MUST EXPLICITLY set SURREAL_SYNC_DATA=true in your environment variables…

⚠️ SurrealDB is sacrificing data durability to make benchmarks look better

blog.cf8.gg/surrealdbs-ch/

#surrealdb #opensource

1 0 0 0
Preview
Does the edge need a new database? It’s been easy to miss just how quickly the centre of gravity in AI has started to drift away from...

Does the edge need a new database? It’s been easy to miss just how quickly the centre of gravity in AI has started to drift away from the cloud. Scroll through any recent handset launch and you...

#database #surrealdb #programming #rust

Origin | Interest | Match

1 0 0 0
Preview
SurrealDB | Hybrid vector + text Search in the terminal with SurrealDB and Ratatui Building an AI-native UI for the terminal that demonstrates newly added hybrid search that combines vector with full-text queries into a single result.

📢 @surrealdb.com just dropped a new blog post using Ratatui! 🐁

⚡ Hybrid vector + Text Search in the terminal

🔍 Fetch Wikipedia articles, link them, run full-text or vector search

➡️ Read it here: surrealdb.com/blog/hybrid-...

#rustlang #ratatui #surrealdb #tui #blog

16 2 0 1
Preview
Migrate your data directly to SurrealDB using Surreal Sync Note Surreal Sync is currently in active development and is not yet stable. We are looking...

Migrate your data directly to SurrealDB using Surreal Sync Note Surreal Sync is currently in active development and is not yet stable. We are looking forward to any and all feedback on the tool, ei...

#database #surrealdb #mongodb #neo4j

Origin | Interest | Match

0 0 0 0

1/
Took another spin with #SurrealDB lately.

This time, I kept everything in-browser using IndexedDB.
Fully persisted state. No backend server involved

1 0 1 0
Post image

🎧 New on the AWS Developers Podcast:

Discover how SurrealDB blends performance, scalability & multi-model magic for cloud-native apps.
Open source, Rust-built, and real-time ready!

Listen here and in your podcast apps

developers.podcast.g...

#AWS #SurrealDB #opensource

4 0 1 1
Preview
GitHub - oxide-byte/rust-berlin-leptos: Rust Hack and Learn in Berlin Challenge to implement a Site in as many Frameworks as possible. This implementation is : Leptos - Axum - SurrealDB - GraphQL Rust Hack and Learn in Berlin Challenge to implement a Site in as many Frameworks as possible. This implementation is : Leptos - Axum - SurrealDB - GraphQL - oxide-byte/rust-berlin-leptos

FullStack Rust. Challenge accepted. My choices: Leptos as my favorite Frontend. Axum as Backend Server. SurrealDB as Rust Database. Tailwind for the style. A GraphQL layer in between.

A delicious Stack. The code: github.com/oxide-byte/r...

#rust #rustlang #leptos #surrealdb #salt #graphql

3 0 0 0
Post image

It feels nice to have a cloud-based database with Rust as the default first option for its SDK. #surrealdb

3 1 0 0

They now support #IndexedDB for client-side storage and have a real cloud offering too. Still waiting for the right moment to build something serious with it, but I keep checking in. Have you tried it out yet? #WebDev #SurrealDB #IndieHackers

3 0 1 0

I've been fascinated by #SurrealDB since the early days, join-less SQL felt like science fiction. Back then, a division by zero could crash the whole thing. Fast-forward to now: rock-solid, powerful, and full of potential. #DatabaseDesign #DevTools

3 1 1 0
Left side says We Love Open Source. #WeLoveOpenSource. ATO. A community education resource from All Things Open. Right side has a screenshot of Tobie Morgan Hitchcock being interviewed.

Left side says We Love Open Source. #WeLoveOpenSource. ATO. A community education resource from All Things Open. Right side has a screenshot of Tobie Morgan Hitchcock being interviewed.

🚀 NEW on We ❤️ Open Source 🚀

What is a multimodal database, and how does it simplify data management? 🤔 Tobie Morgan Hitchcock, CEO of SurrealDB, shares insights on AI, time travel, and open source innovation.

📺 Watch now: https://buff.ly/40TPNuK

#WeLoveOpenSource #SurrealDB #AI #Databases

5 1 0 0
Two tables, one for Postgres, one for Surreal.

Postgres:
populate table	10 s
count all users	38 ms
get ten users with most coins	30 ms
sum of all coins from all users	25 ms

Surreal:
populate table	65 s
count all users	6 s
get ten users with most coins	8 s
sum of all coins from all users	8 s

Two tables, one for Postgres, one for Surreal. Postgres: populate table 10 s count all users 38 ms get ten users with most coins 30 ms sum of all coins from all users 25 ms Surreal: populate table 65 s count all users 6 s get ten users with most coins 8 s sum of all coins from all users 8 s

Populated a table with 1 million rows in both #Postgres and #SurrealDB and ran queries.
Postgres is significantly faster.

4 0 1 0
Preview
Deze site is nieuw; op dit moment kun je de site alleen gebruiken voor de kaartjes voor MHC Rosmalen die je vanaf 9 december kunt sparen bij Albert Heijn Molenhoekpassage Rosmalen.

I just deployed my first website made with #rust, #axum, #surrealdb, #bulma and #unpoly. These techniques were new to me, but the journey was nice. I have learned a lot, especially that building a well performing site with these techniques was relative easy. sparenenruilen.nl

4 1 0 0

🔄 #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

1 0 1 0

🎯 #SurrealDB Introduces Cloud Beta Platform: Key Features and Benefits

surrealdb.com/

#devops #database #cloud

2 0 1 0
Preview
Idioms | SurrealQL Accessing and manipulating data using idioms (paths) in SurrealQL.

So #TIL that #SurrealDB is now getting graph pattern queries with the inclusions of recursive path queries in 2.1 surrealdb.com/docs/surreal...

It isn‘t Cypher (yet), but it‘s certainly growing, and analytical traversals have become more feasible with this.

2 0 0 0

@mithridates.bsky.social You may know this: what graph algorithms are available for #surrealdb? I'm talking about centrality measures (betweenness centrality, degree centrality, ...), shortest path, minimal spanning tree, etc?

2 0 2 0
Preview
SurrealDB | Aeon's Surreal Renaissance | Prologue - your story Prologue - your story

This #surrealdb tutorial has some chunky bacon vibes: surrealdb.com/learn/book/w...

(Check out _why's poignant guide to #ruby here: www.rubyinside.com/media/poigna...)

2 1 1 0
Why do you need a multi-model database? | SurrealDB
Why do you need a multi-model database? | SurrealDB YouTube video by SurrealDB

If you're handling complex data, have a look at #surrealdb It brings together relational, document, graph, key/value databases, but with querying similar to #SQL

www.youtube.com/watch?v=W0Iz...

3 0 0 0
Post image

#SurrealDB va strax haver un nov sintaxe recursiv, quel es quam seque:

planet:earth.{2}.next;

Li númere indica li quantitá de passus a far. Poy it "re-curre" (regul de Wahl: currer -> curs -> curs-iv) along li via grafic quelc vezes e ariva al destination.

p.ex. planet->land->cité (du passus)

1 0 0 0

In the ideal world this would be my stack for desktop/mobile apps

- Tauri
- Bun for building, bundling and running typescript
- Angular
- SurrealDB with offline first capabilities

Who wouldn't love that?

#surrealdb #bunjavascript #tauri #angular

2 0 0 0

I think I’m going to swap again back to #postgres . I gave #surrealDB a good shot and it’s helped me understand some new concepts but the overhead for what I need just for my basic crud vfx library has pushed me back a ton in between 60 hour weeks at work. Being able to use ULIDs or UUID7s again!

0 0 1 0

I’m stuck in a limbo of #surrealDB edge table making. To reuse an edge table for similar things with the same verb, or alter the verb to specify the verb subject.

0 0 1 0