snowplow / schema-ddl   0.22.2

Apache License 2.0 GitHub

ASTs and generators for producing various DDL and Schema formats

Scala versions: 2.13 2.12 2.11

Schema DDL

Maven Central Build Status License Coverage Status

Schema DDL is a set of Abstract Syntax Trees and generators for producing various DDL (such as Redshift, Postgres or BigQuery) from JSON Schema. The library is a core part of Iglu ecosystem and broadly used in Snowplow Platform. Schema DDL itself does not provide any CLI and expose only Scala API.

Quickstart

Schema DDL is compiled against Scala 2.12 and 2.13 and available on Maven Central. In order to use it with SBT, include following module:

libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.19.3"

Find out more

Iglu API Reference Contributing
i1 i2 i4

Copyright and License

Schema DDL is copyright 2014-2023 Snowplow Analytics Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.