Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Dagzet, a small DAG-Zettelkasten format for mind maps and knowledge graphs

License

MIT, Unlicense licenses found

Licenses found

MIT
LICENSE
Unlicense
UNLICENSE
NotificationsYou must be signed in to change notification settings

PaulBatchelor/Dagzet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAGZet (Directed-Acyclic-Graph Zettelkasten) is a simpletext-based data format for producing knowledge graphs.A graph described in Dagzet gets compiled down intoSQLite code, which can then be parsed by sqlite tobe turned into a queryable database.

Dual-licensed under MIT or theUNLICENSE.

Installation

Compile and install locally with:

cargo install --path .

Basic Usage

Here is an example of a simple graph

zz declare the namespacens hellozz create a new node "world"zz the full namespace is "hello/world"nn worldln this is a line.ln many lines can be appended.zz create a new node "another"nn anotherln Another node has been createdzz make "another" point to "world" (another -> world)"zz this makes "another" a child of "world"co another world

This can then be converted to a SQLite database:

$ dagzet hello.dz | sqlite a.db$ echo "SELECT name FROM dz_nodes" | sqlite3 a.db"hello/anotherhello/world

About

Dagzet, a small DAG-Zettelkasten format for mind maps and knowledge graphs

Resources

License

MIT, Unlicense licenses found

Licenses found

MIT
LICENSE
Unlicense
UNLICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp