All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Codemix Graph: Open-Source TypeScript Property Graph Database with Real-Time Collaboration

By

phpnode

1mo ago· 4 min readen

Summary

@codemix/graph is an open-source TypeScript property graph database from codemix that enables real-time collaborative applications. It features a Yjs CRDT-based synchronization system that allows data to be synced across multiple browser tabs, demonstrated through interactive examples like a global airline routes visualization and a collaborative 'add your face' wall. The package is available on npm with no native dependencies, runs anywhere Node or a bundler can, and is currently in alpha quality but used in production by codemix.

Key quotes

· 5 pulled
Powered by @codemix/graph and @codemix/y-graph-storage — a real graph database, synced via a Yjs CRDT across every open tab.
Install the package from npm — no native dependencies, runs anywhere Node or a bundler can.
This is alpha-quality software. We use it in production at codemix and it works well for our use cases, but please be careful using it with your own data.
Plane route demoGlobal airline routes demoLoad a snapshot of real airline routes into the graph and query it with TypeScript.
Add your face to the wall... Add yourself, rearrange people, draw connections.
Snippet from the RSS feed
Open-source TypeScript property graph database from codemix.

You might also wanna read