Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-serialization

Data formats useful for API, Big Data, ML, Graph & co
https://github.com/maximveksler/awesome-serialization

Last synced: 5 days ago
JSON representation

  • API

    • CSV - Comma Separated Values. Textual.
    • XML - Extensible Markup Language. Genuinely Horrible. Textual.
    • Plist - Property List representation. Apple. Textual.
    • Protocol Buffers - Google's data interchange format. Binary.
    • TOML - Tom's Obvious, Minimal Language. Textual.
  • Scientific

    • HDF5® - n-dimensional datasets, complex objects, with schema. Efficient I/O. Binary.
    • npy - Numpy arrays, cell sparse metadata. Binary.
  • Machine Learning

    • SavedModel - TensorFlow package, weights, graph, executable code. Binary.
    • GraphDef - TensorFlow graphs. Binary. Deprecated.
    • safetensors - Simple, safe way to store and distribute tensors
  • Graph

    • Turtle - Terse RDF Triple Language. Textual.
  • Workflow

  • Language specific

  • Academic

    • Java

      • Type theory - studies types, which informally are attributes that objects can possess.
      • Category theory - General theory of functions. Axiomatic foundation for mathematics, as an alternative to set theory.
  • Big Data

    • Ion - Row storage with skip scan parsing. Structed, schema embedded. Amazon. Textual/Binary.