Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
@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 879 127

  2. ion-js ion-js Public

    A JavaScript implementation of Amazon Ion.

    TypeScript 365 49

  3. ion-python ion-python Public

    A Python implementation of Amazon Ion.

    Python 273 47

  4. ion-go ion-go Public

    A Go implementation of Amazon Ion.

    Go 182 30

  5. ion-c ion-c Public

    A C implementation of Amazon Ion.

    C 172 43

  6. ion-rust ion-rust Public

    Rust implementation of Amazon Ion

    Rust 171 40

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 36 repositories

People

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

Top languages

Loading…

Most used topics

Loading…

Morty Proxy This is a proxified and sanitized view of the page, visit original site.