Écoule Wiki - gausby/ecoule GitHub Wiki
Source Modules
- https://github.com/gausby/ecoule-source-file-system for sourcing data from a file system using glob patterns.
- https://github.com/gausby/ecoule-source-csv for sourcing data from one or more CSV files.
Data Handler Modules
- https://github.com/gausby/ecoule-data-handler-markdown-with-byline-metadata A markdown parser that finds meta-data in the header of a markdown file (defined in this module as every line starting with two spaces after the headline).
Transformer Modules
Output Modules
- https://github.com/gausby/ecoule-output-hinge-http-server Starts a server that serves the result of the transformer via HTTP.
- https://github.com/gausby/ecoule-output-repl Starts a REPL with the output of the transformer.