Skip to content

ASTs and generators for producing various DDL and Schema formats

Notifications You must be signed in to change notification settings

AlexBenny/schema-ddl

This branch is 81 commits behind snowplow/schema-ddl:master.

Repository files navigation

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.14.2"

Find out more

Iglu API Reference Developer Guide Contributing
i1 i2 i3 i4

Copyright and License

Schema DDL is copyright 2014-2021 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.

About

ASTs and generators for producing various DDL and Schema formats

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%