Skip to content

justone/brisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brisk

Freeze and thaw with Nippy at the command line.

Install

Download the latest from the releases page.

Usage

Freeze data:

brisk --freeze -i data.edn -o data.nippy

Thaw data:

brisk --thaw -i data.nippy -o data.edn

If input or output is not specified, stdin or stdout will be used:

cat data.edn | brisk -f | brisk -t > data2.edn

To Do

Things that don't work

  • Embedded objects - Nippy can handle them, but Graal VM does not support them.

About

Freeze and thaw with Nippy at the command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published