smbgs / syml

MIT License
3 stars 0 forks source link

SYML

Syml (schema yml) is a yaml-based format similar and compatible to k8s CRD's and used to define data schemas with relations, tracing, migrations with rich versioning.

Toolchain

Definitions & Documentation

Syml also can be embedded in Markdown, and the Syml toolchain should support both yaml and markdown based Syml definitions.

Core

This repository also includes the simple python-based tooling capable of managing Syml and markdown files with Syml embeddings.

This tooling contains python core libraries capable of representing the YAML and Markdown files as SYML object model.

Core libraries for other languages may be developed at some point.

Command Line Interface

Integrates Core SYML libraries into a higher level toolkit capable of specific actions provided by the SYML engine modules.

Set of command line utilities based on the SYML core libraries and SYML Engine for manual or automated management of SYML definitions. CLI can be extended by providing additional SYML Engine modules.


Initial release completeness


Short-term todo: