1.0.1 • Published 7 months ago

cavalcader v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Cavalcader.js

This project is inspired by mermaid.js.

Interactive editor

https://cavalcader-js.vercel.app

Syntax:

Node defineition:

(source1)
<source2>
[source3]

Create relationship:

(source) => <Operator> => [sink]
(PersonA) <=> (PersonB)
(PersonA) === (PersonC)

Example graph syntax:

LR:
(source) => <operator1> => [sink1];
(source) => <operator2> => [sink2];
(source) => <operator3> => [sink2];
[sink1] => (database);
[sink2] => (database);

Output:

Development

Download the git repo and install the dependencies using npm i.

Start local development by

cd example
npm install
npm run dev
1.0.1

7 months ago

1.0.0

7 months ago