Skip to content

Commit

Permalink
JuliaData/Avro.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Apr 23, 2021
1 parent 201b09b commit 1861740
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Wrappers's and programming API's for other languages and general backend server
+ [Processing.jl](https://github.com/rennis250/Processing.jl) :: A port of the Processing language, to Julia.

## Python
+ [JuliaPy](https://github.com/JuliaPy) :: Software that connects the Julia and Python languages.
+ [FStrings.jl](https://github.com/magonser/FStrings.jl) :: Implementation of Python style 'fsrings' literal string interpolation based on `Printf.@sprintf`.
+ [Polyglot.jl](https://github.com/wavexx/Polyglot.jl) :: Transparent remote/recursive evaluation between languages - it also supports Perl, PHP and Javascript.
+ [PyCall.jl](https://github.com/stevengj/PyCall.jl) :: Call Python functions from the Julia language.
Expand Down
21 changes: 13 additions & 8 deletions FileIO.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
+ [Saving Julia Objects](#saving-julia-objects)
+ [Binary IO](#binary-io)
+ [Data Formats](#data-formats)
+ [BSON](#bson)
+ [JSON](#json)
+ [ODS](#ods)
+ [PDF](#pdf)
+ [Silo](#silo)
+ [Tabular Data](#tabular-data)
+ [XDMF](#xdmf)
+ [XML](#xml)
+ [Avro](#avro)
+ [BSON](#bson)
+ [JSON](#json)
+ [ODS](#ods)
+ [PDF](#pdf)
+ [Silo](#silo)
+ [Tabular Data](#tabular-data)
+ [XDMF](#xdmf)
+ [XML](#xml)
+ [Data Type](#data-type)
+ [Composite Data Types](#composite-data-types)
+ [Type Parameters](#type-parameters)
Expand Down Expand Up @@ -71,6 +72,10 @@
+ [Silo.jl](https://github.com/jgoldfar/Silo.jl) :: Wrapper for the Silo file format.
+ [XPT.jl](https://github.com/lendle/XPT.jl) :: The XPT package reads SAS® software transport files and converts SAS software datasets to DataFrames.


## [Avro](https://en.wikipedia.org/wiki/Apache_Avro]
+ [Avro.jl](https://github.com/JuliaData/Avro.jl) :: Julia implementation of the Apache Avro data standard. It provides convenient APIs for reading/writing data directly in the avro format, or as schema-included object container files.

## BSON
+ [BSON.jl](https://github.com/MikeInnes/BSON.jl) :: A Julia package for working with the Binary JSON serialisation format, that can be used as a general store for Julia data structures.

Expand Down
2 changes: 2 additions & 0 deletions db.csv
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ API,MATLAB,Moonwalk.jl,https://github.com/diogo149/Moonwalk.jl,"A partial MATLAB
API,ObjectiveC,ObjectiveC.jl,https://github.com/JunoLab/ObjectiveC.jl,A Julia library that allows you to call Objective-C methods using native syntax.
API,Perl,FileFind.jl,https://github.com/johnmyleswhite/FileFind.jl,Minimal Implementation of Perl's `File::Find` in Julia.
API,Processing,Processing.jl,https://github.com/rennis250/Processing.jl,"A port of the Processing language, to Julia."
API,Python,JuliaPy,https://github.com/JuliaPy,Software that connects the Julia and Python languages.
API,Python,FStrings.jl,https://github.com/magonser/FStrings.jl,Implementation of Python style 'fsrings' literal string interpolation based on `Printf.@sprintf`.
API,Python,Polyglot.jl,https://github.com/wavexx/Polyglot.jl,"Transparent remote/recursive evaluation between languages - it also supports Perl, PHP and Javascript."
API,Python,PyCall.jl,https://github.com/stevengj/PyCall.jl,Call Python functions from the Julia language.
Expand Down Expand Up @@ -820,6 +821,7 @@ FileIO,DataFormats,SASLib.jl,https://github.com/tk3369/SASLib.jl,Provide a Julia
FileIO,DataFormats,Shapefile.jl,https://github.com/Keno/Shapefile.jl,Parsing .shp files in Julia.
FileIO,DataFormats,Silo.jl,https://github.com/jgoldfar/Silo.jl,Wrapper for the Silo file format.
FileIO,DataFormats,XPT.jl,https://github.com/lendle/XPT.jl,The XPT package reads SAS® software transport files and converts SAS software datasets to DataFrames.
FileIO,[Avro](https://en.wikipedia.org/wiki/Apache_Avro],Avro.jl,https://github.com/JuliaData/Avro.jl," Julia implementation of the Apache Avro data standard. It provides convenient APIs for reading/writing data directly in the avro format, or as schema-included object container files."
FileIO,BSON,BSON.jl,https://github.com/MikeInnes/BSON.jl,"A Julia package for working with the Binary JSON serialisation format, that can be used as a general store for Julia data structures."
FileIO,JSON,Json2.jl,https://github.com/ddolgi/Json2.jl,JSON encoder/decoder on Julia.
FileIO,JSON,JSONTables.jl,https://github.com/JuliaData/JSONTables.jl,JSON + Tables.jl
Expand Down

0 comments on commit 1861740

Please sign in to comment.