package avro

  1. Overview
  2. Docs

Module AvroSource

Encoding/Decoding for Apache Avro

See https://avro.apache.org/docs/1.7.6/spec.html

Sourcemodule Input : sig ... end

Input

Sourcemodule Output : sig ... end

A sink for bytes.

Sourcemodule Obj_container_file : sig ... end

The object container file storage format

Sourceval read_file_l : string -> read:(Input.t -> 'a) -> 'a list

Read list from file

Sourceval write_file_seq : string -> schema:string -> write:(Output.t -> 'a -> unit) -> 'a Seq.t -> unit

Write seq to file

OCaml

Innovation. Community. Security.