Releases: gram-data/gram-js
Releases · gram-data/gram-js
v0.3.0
v0.3.0
v0.2.18
v0.2.18
Early Days
Gram builds on Cypher's node patterns to define a graph as a sequence of paths.
This early snapshot establishes the core concepts, providing firm footing for future refinements.
Gram Format 0.1.10
Early alpha of gram-format
with parser, builder, and basic transforms. Includes a command-line gram-lint
for checking gram files.
Try it out:
npm install -g @gram-data/gram-format
gram-lint "(a)-->(b)"
``
Gram D3 0.1.2
Alpha release of integration of gram format with D3js. This provides a single function which accepts plain text, parses it as gram format, then produces a d3 force layout friendly javascript object with nodes and links.
For example usage, check out the gram-js/packages/gram-d3/public
subdirectory.
You can try the demo by checking out the gram-js
repository then running:
yarn
cd packages/gram-d3
yarn demo