The Freym API provides a set of clients to interact with the Freym microservices.
| Service | Language |
|---|---|
| Sync | go |
| Sync | JavaScript |
| Streams | go |
| Streams | JavaScript |
| Projections | go |
| Projections | JavaScript |
| CRUD | go |
| CRUD | JavaScript |
| Auth | go |
| Auth | JavaScript |
| Deployments | go |
| Deployments | JavaScript |
Please have a look at our documentation.
This project is licensed under the MIT License. See the LICENSE file for details.
- update versions in all
package.jsonfiles (using themake bumpcommand)- package versions
- dependency version in case a package references another package in this monorepo
- add a git tag in the form:
v#.#.#orv#.#.#-alpha.# - Update
RELEASE.mdto contain the new release - GutHub Actions will automatically publish all packages once everything is pushed