Open Source
Selected components of the underlying Babylon technology are released as open source. These are practical libraries developed for Babylon’s own financial-data work and released where they may also be useful to others.
babylon-table
A dependency-free Java library for ingesting, representing and transforming tabular data. It includes a compact transformation DSL designed to make common table operations understandable to business users as well as developers.
babylon-table-io
Input and output integrations for using babylon-table with external
formats and systems. It is kept separate so applications can depend on
the core table model without taking on integrations they do not need.
How the projects fit together
babylon-table provides the core table representation and
transformation language. babylon-table-io provides optional
integrations with external formats and systems.