Skip to content

Releases: gram-data/gram-js

v0.3.0

07 Dec 12:36
Compare
Choose a tag to compare
v0.3.0

v0.2.18

07 Dec 10:14
Compare
Choose a tag to compare
v0.2.18

Early Days

23 Nov 05:59
Compare
Choose a tag to compare

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

10 Jun 08:59
Compare
Choose a tag to compare
Gram Format 0.1.10 Pre-release
Pre-release

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

10 Jun 09:51
Compare
Choose a tag to compare
Gram D3 0.1.2 Pre-release
Pre-release

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