avro.cr

avro for Crystal

avro.cr

avro for Crystal.

  • crystal: 0.24.1
  • status: Nothing implemented yet

Installation

Add this to your application's shard.yml:

dependencies:
  avro:
    github: maiha/avro.cr
    version: 0.1.0

Usage

require "avro"

TODO

  • lib_avro.cr
  • core
    • parse schemas from JSON
    • read and write binary data for a schema
  • data file
    • read and write Avro data files
  • codec
    • deflate
    • snappy
  • RPC/HTTP
    • make and recieve RPC calls over HTTP

Above features are defined in following page.

Development

  1. install header and lib files
  1. make src/lib_avro.cr
crystal src/main.cr lib_avro.cr

Contributing

  1. Fork it ( https://github.com/maiha/avro.cr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • maiha maiha - creator, maintainer
Repository

avro.cr

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 0
  • about 6 years ago
  • February 28, 2018
License

MIT License

Links
Synced at

Fri, 03 May 2024 11:24:46 GMT

Languages