nowfound

Alternatives

Products that do what Learn how to query and visualize graphs with Cypher in the browser does

  1. 1LT
  2. 2MT
  3. 3VG

    2020 · treksit.netlify.app

  4. 4SG
  5. 5GB
  6. 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. 7
    Datamatic156

    Editable data visualizations for the web

    2017

  8. 8NA
  9. 9

    Graph databases as-a-service

    2014

  10. 10GG
  11. 11GV
  12. 12

    A graph to visualize your business

    2023

  13. 13GA
  14. 14GV

    2019 · github.com

  15. 15CS
  16. 16GD
  17. 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

  18. 18DV

    2017 · dvblogger.com

  19. 19NG
  20. 20GQ
  21. 21GS
  22. 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

  23. 23CT
  24. 24JG

Ranked by how close each launch is in meaning, then by votes. Refine with a description →