1
1
![ test workflow] ( https://github.com/cogini/avro_schema/actions/workflows/test.yml/badge.svg )
2
+ [ ![ Module Version] ( https://img.shields.io/hexpm/v/avro_schema.svg )] ( https://hex.pm/packages/avro_schema )
3
+ [ ![ Hex Docs] ( https://img.shields.io/badge/hex-docs-lightgreen.svg )] ( https://hexdocs.pm/avro_schema/ )
4
+ [ ![ Total Download] ( https://img.shields.io/hexpm/dt/avro_schema.svg )] ( https://hex.pm/packages/avro_schema )
5
+ [ ![ License] ( https://img.shields.io/hexpm/l/avro_schema.svg )] ( https://github.com/cogini/avro_schema/blob/master/LICENSE.md )
6
+ [ ![ Last Updated] ( https://img.shields.io/github/last-commit/cogini/avro_schema.svg )] ( https://github.com/cogini/avro_schema/commits/master )
2
7
[ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg )] ( CODE_OF_CONDUCT.md )
3
8
4
9
# AvroSchema
5
10
6
11
---
7
12
8
- [ ![ CircleCI] ( https://circleci.com/gh/cogini/avro_schema.svg?style=svg )] ( https://app.circleci.com/github/cogini/avro_schema/pipelines )
9
-
10
13
This is a library for working with [ Avro] ( https://avro.apache.org/ )
11
14
schemas and the [ Confluent® Schema Registry] ( https://www.confluent.io/confluent-schema-registry ) ,
12
15
primarily focused on working with [ Kafka] ( https://kafka.apache.org/ ) streams.
@@ -30,12 +33,12 @@ Add the package to your list of dependencies in `mix.exs`:
30
33
31
34
``` elixir
32
35
def deps do
33
- [{:avro_schema , " ~> 0.1.0" }]
36
+ [
37
+ {:avro_schema , " ~> 0.1.0" }
38
+ ]
34
39
end
35
40
```
36
41
37
- Then run ` mix deps.get ` to fetch the new dependency.
38
-
39
42
Documentation is on [ HexDocs] ( https://hexdocs.pm/avro_schema ) .
40
43
To generate a local copy, run ` mix docs ` .
41
44
@@ -364,6 +367,5 @@ iex> datetime = AvroSchema.to_datetime(timestamp)
364
367
365
368
# Contacts
366
369
367
- I am ` jakemorrison ` on on the Elixir Slack and Discord, ` reachfh ` on
368
- Freenode ` #elixir-lang ` IRC channel. Happy to chat or help with
369
- your projects.
370
+ I am ` jakemorrison ` on on the Elixir Slack and Discord, ` reachfh ` on Freenode
371
+ ` #elixir-lang ` IRC channel. Happy to chat or help with your projects.
0 commit comments