"GraphQL is particularly well-suited for edge deployments," says @ramnivas - he's presenting at #graphqlconf on how WASM & GraphQL are driving innovation and savings at the edge. Join the conversation & share your stories about GraphQL at the edge: https://t.co/2tenE1UDb1
Super excited to finally share what we’ve been working on the past several months. We compiled the @ExoGraphDev compiler and runtime to WebAssembly, and run Postgres in WASM so you can try the full experience in your browser https://t.co/0Z11wg4kDx
Exograph now supports Cloudflare Workers!
Check out our latest blog post to see how easy it is to develop backends, deploy them to the #edge, and connect to @neondatabase:
https://t.co/rHeKKrtLfv
#WebAssembly#Rust#CloudflareWorkers
We improved end-to-end latency by a factor of 5.5!
Here is part 2 of the lessons learned in improving latency for the #Rust + #WebAssembly + #Postgres stack running as a @Cloudflare Worker connecting to @neondatabase.
https://t.co/g3okv7zBIp
I have been thinking about "Why, after 6 years, I'm over GraphQL" (https://t.co/bRG4QFgHg4). I faced many of the same issues with my GraphQL implementations but came to a different conclusion that led to Exograph (https://t.co/qhkbBNo3MS).
A quick summary:
Intrigued by Google's Firebase Data Connect? No need to wait for it coming out of preview; try @ExographDev now! Enjoy the freedom to connect to any Postgres database and run in any cloud or your own data center.
https://t.co/QKS5U26gNC
Improved embedding support in @ExoGraphDev.
Now, you have the ability to retrieve distances from a search vector, which helps assigning relevancy.
Here, I obtain the distance to a "dog food" review from all other reviews.
hey, guess what? @ExoGraphDev can now be your vector database too! But it also enforces authorization rules, can run custom Deno functions, and runs on lambda. https://t.co/KnaUUWEp74
Super excited to announce #pgvector support in Exograph!
Combine it with Exograph’s access control mechanism, and you can easily build AI apps using #RAG and other techniques.
This feature supports:
- Storing vectors for unstructured data directly in your Postgres database
- Retrieving documents based on vector distances
- Schema creation and migration
- Setting up indexes and distance functions
Here is the blog that goes into more detail:
https://t.co/NTZufQWms9
Exograph now supports Trusted Documents: https://t.co/J5EA3MSV9q
Trusted Documents (a term coined by @Benjie), also called "persisted queries" or "persisted documents,” makes Exograph's #GraphQL API even more secure and efficient.