An open API service indexing awesome lists of open source software.

https://github.com/underlay/tasl

An algebraic data model for strongly typed semantic data
https://github.com/underlay/tasl

adt algebraic-data-types category-theory data data-model graph-data knowledge-graph property-graph relational-model typescript

Last synced: 3 months ago
JSON representation

An algebraic data model for strongly typed semantic data

Awesome Lists containing this project

README

        

# tiny algebraic schema language _(tasl)_

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg)](https://github.com/RichardLitt/standard-readme) [![license](https://img.shields.io/github/license/underlay/tasl)](https://opensource.org/licenses/MIT) [![NPM version](https://img.shields.io/npm/v/tasl)](https://www.npmjs.com/package/tasl) ![TypeScript types](https://img.shields.io/npm/types/tasl) ![lines of code](https://img.shields.io/tokei/lines/github/underlay/tasl)

An algebraic data model for strongly typed semantic data.

## Table of Contents

- [Install](#install)
- [API](#api)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)

## Install

```
npm i tasl
```

## API

See the [docs/](./docs) folder.

## Testing

Tests use [AVA](https://github.com/avajs/ava) and live in the [test](./test/) directory.

```
npm run test
```

## Contributing

If there's anything you want to discuss, request, contribute to, or give feedback on, feel free to open an issue!

## License

MIT © 2020 underlay