Skip to content
@amazon-ion

amazon-ion

Amazon Ion

Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations.

The text format (a superset of JSON) is easy to read and author, supporting rapid prototyping. The binary representation is efficient to store, transmit, and skip-scan parse. The rich type system provides unambiguous semantics for long-term preservation of data which can survive multiple generations of software evolution.

Ion was built to address rapid development, decoupling, and efficiency challenges faced every day while engineering large-scale, service-oriented architectures. It has been addressing these challenges within Amazon for over a decade, and we believe others will benefit as well.

Amazon Ion Hash defines an algorithm for constructing a hash of any Ion value.

For a given Ion value and consistent hash function, the algorithm guarantees hashing the value will always produce the same hash, independent of the value’s encoding (text or binary). The hash function to use is not declared by the specification—this enables the user to select the hash function most appropriate to their use case.

Amazon Ion Schema defines a grammar and constraints for narrowing the universe of Ion values.

A schema consists of zero or more types, and a type is a collection of zero or more constraints over the Ion data model. Aspects of a value not constrained by a type (“open content”) are considered valid, which enables loosely-coupled systems to evolve independently.

Popular repositories Loading

  1. ion-java ion-java Public

    Java streaming parser/serializer for Ion.

    Java 867 111

  2. ion-js ion-js Public

    A JavaScript implementation of Amazon Ion.

    TypeScript 354 48

  3. ion-python ion-python Public

    A Python implementation of Amazon Ion.

    Python 259 50

  4. ion-go ion-go Public

    A Go implementation of Amazon Ion.

    Go 175 31

  5. ion-c ion-c Public

    A C implementation of Amazon Ion.

    C 164 43

  6. ion-rust ion-rust Public

    Rust implementation of Amazon Ion

    Rust 150 36

Repositories

Showing 10 of 35 repositories
  • amazon-ion/homebrew-ion-cli’s past year of commit activity
    Ruby 1 Apache-2.0 2 1 0 Updated Dec 20, 2024
  • ion-rust Public

    Rust implementation of Amazon Ion

    amazon-ion/ion-rust’s past year of commit activity
    Rust 150 Apache-2.0 36 163 (2 issues need help) 1 Updated Dec 19, 2024
  • ion-cli Public
    amazon-ion/ion-cli’s past year of commit activity
    Rust 38 Apache-2.0 15 40 (2 issues need help) 1 Updated Dec 19, 2024
  • ion-java Public

    Java streaming parser/serializer for Ion.

    amazon-ion/ion-java’s past year of commit activity
    Java 867 Apache-2.0 111 158 (1 issue needs help) 3 Updated Dec 19, 2024
  • ion-docs Public

    Source for the GitHub Pages for Ion.

    amazon-ion/ion-docs’s past year of commit activity
    JavaScript 23 Apache-2.0 22 84 0 Updated Dec 18, 2024
  • ion-hash-go Public

    A Go implementation of Amazon Ion Hash.

    amazon-ion/ion-hash-go’s past year of commit activity
    Go 23 Apache-2.0 9 3 0 Updated Dec 18, 2024
  • ion-tests Public

    Test vectors for testing compliant Ion implementations.

    amazon-ion/ion-tests’s past year of commit activity
    Inno Setup 27 Apache-2.0 20 20 (1 issue needs help) 1 Updated Dec 16, 2024
  • ion-schema-rust Public

    Rust implementation of Ion Schema

    amazon-ion/ion-schema-rust’s past year of commit activity
    Rust 13 Apache-2.0 6 38 0 Updated Dec 13, 2024
  • amazon-ion/ion-java-benchmark-cli’s past year of commit activity
    Java 7 Apache-2.0 9 13 0 Updated Dec 12, 2024
  • ion-python Public

    A Python implementation of Amazon Ion.

    amazon-ion/ion-python’s past year of commit activity
    Python 259 Apache-2.0 50 77 2 Updated Dec 7, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…