thepeergroup / aspen

Aspen is a markup language for turning text into graph data (via Cypher for Neo4j).
https://aspen-lang.org
MIT License
60 stars 7 forks source link

Add batching for vanilla Aspen #33

Closed beechnut closed 2 years ago

beechnut commented 2 years ago

Adds batching by default for vanilla Aspen code, that is, not custom statements from grammars.

Fixes #22