Skip to content
/ jsonpipe Public

Demonstrate how to process jsonlines files in parallel with Clojure

License

Notifications You must be signed in to change notification settings

fmind/jsonpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Pipe

A small project that demonstrates how to process jsonlines files with Clojure.

The project requires cheshire and core.async librairies to parse the file in parallel.

Usage

With boot:

cat episodes/got.jsonlines | boot run

With java:

cat episodes/got.jsonlines | java -jar target/jsonpipe.jar

Feel free to use any jsonlines files in the episodes folder.

Note that most file contains errors to demonstrate exception handling.

About

Demonstrate how to process jsonlines files in parallel with Clojure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published