Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iotic-labs/api
Create Data Mesh. Use interoperable digital twins to create data interactions and build powerful real-time data products. This repository contains protocol buffers specification for Iotics API.
https://github.com/iotic-labs/api
buf data-interaction data-mesh digital-twins iot iotics proto protobuf
Last synced: 4 days ago
JSON representation
Create Data Mesh. Use interoperable digital twins to create data interactions and build powerful real-time data products. This repository contains protocol buffers specification for Iotics API.
- Host: GitHub
- URL: https://github.com/iotic-labs/api
- Owner: Iotic-Labs
- License: apache-2.0
- Created: 2021-10-26T08:23:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T20:35:04.000Z (23 days ago)
- Last Synced: 2024-10-21T19:45:46.021Z (22 days ago)
- Topics: buf, data-interaction, data-mesh, digital-twins, iot, iotics, proto, protobuf
- Language: Makefile
- Homepage:
- Size: 113 KB
- Stars: 7
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iotics API
Create Data Mesh. Use interoperable digital twins to create data interactions and build powerful real-time data products. This repository contains protocol buffers specification for Iotics API.
The build pipeline is using [Buf](https://docs.buf.build)
## Protobuf
Protobuf definitions are under `proto/` directory.
See and
## Dependencies
See the `deps:` section in `buf.yaml` regarding third-party dependencies. To update these, run:
```shell
make mod-update
```## Lint
Validate proto files:
```shell
make lint
```## Prerequisites
- Docker runtime
## Technology Used
- buf
- gRPC
- HTTP
- Bash
- Lint
- Docker
- GitHub
- Protobuf
- Makefile
- Markdown