Skip to content

zettelmj/savro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

savro

Pure scala impementation of avro

Status

Primitive Types

  • null
  • boolean
  • int
  • long
  • float
  • double
  • bytes
  • string

Complex Types

  • records
  • enums
  • arrays (missing block size reading and writing in bytes)
  • maps (missing block size reading and writing in bytes and setting the block size when writing)
  • unions
  • fixed

Other

  • Sort Order
  • Single-object encoding
  • Object Container Files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages