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
- Host: GitHub
- URL: https://github.com/underlay/tasl
- Owner: underlay
- License: mit
- Created: 2020-11-29T22:41:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T01:18:02.000Z (over 3 years ago)
- Last Synced: 2024-05-09T05:49:45.732Z (about 1 year ago)
- Topics: adt, algebraic-data-types, category-theory, data, data-model, graph-data, knowledge-graph, property-graph, relational-model, typescript
- Language: TypeScript
- Homepage: https://tasl.io
- Size: 3.84 MB
- Stars: 11
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny algebraic schema language _(tasl)_
[](https://github.com/RichardLitt/standard-readme) [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/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