Alternatives
Products that do what Learn how to query and visualize graphs with Cypher in the browser does
- 1LT
2015 · linkurio.us
- 2MT
2020 · memgraph.com
- 3VG
2020 · treksit.netlify.app
- 4SG
2020 · github.com
- 5GB
2018 · amie.ai
- 6IB
We show the potential of modern, embedded graph databases in the browser by demonstrating a fully in-browser chatbot that can perform Graph RAG using Kuzu (the graph database we're building) and WebLLM, a popular in-browser inference engine for LLMs. The post retrieves from the graph via a Text-to-Cypher pipeline that translates a user question into a Cypher query, and the LLM uses the retrieved results to synthesize a response. As LLMs get better, and WebGPU and Wasm64 become more widely adopted, we expect to be able to do more and more in the browser in combination with LLMs, so a lot of…
2025 · blog.kuzudb.com
- 7

- 8NA
2020 · github.com
- 9

- 10GG
2019 · apps.apple.com
- 11GV
2017 · github.com
- 12

- 13GA
2016 · github.com
- 14GV
2019 · github.com
- 15CS
2024 · github.com
- 16GD
2016 · github.com
- 17GA
Hi everyone! Graphs is the intersection of data visualization and the daily web puzzle genre (Wordle, NYT Mini Crossword, Connections, etc.). Every day, you are given a nameless graph and 5 options to select the right dataset it is representing. Upon winning, you can access the underlying dataset and other info + maintain a streak and stats. It's super simple - check out today's chart and you should be able to get the gist quickly. My email + twitter account (@graphsgame) is on the page, would love a feedback or a follow. Don't hesitate to reach out!
2024 · graphs.world
- 18DV
2017 · dvblogger.com
- 19NG
2020 · github.com
- 20GQ
2017 · github.com
- 21GS
2014 · gridvisual.com
- 22SG
I've been working on adding graph database capabilities to SQLite with support for the Cypher query language. As of this week, both CREATE and MATCH operations work with full relationship support. Here's what it looks like: import sqlite3 conn = sqlite3.connect(":memory:") conn.load_extension("./libgraph.so") conn.execute("CREATE VIRTUAL TABLE graph USING graph()") # Create a social network conn.execute("""SELECT cypher_execute(' CREATE (alice:Person {name: "Alice", age: 30}), (bob:Person {name: "Bob", age: 25}), (alice)-[:KNOWS {since: 2020}]->(bob) ')""") # Query the graph with…
Oct 2025 · github.com
- 23CT
2019 · crubier.github.io
- 24JG
2021 · nounparse.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →