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: 11 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-28T14:18:34.000Z (3 months ago)
- Last Synced: 2024-11-09T01:17:21.403Z (2 months ago)
- Topics: buf, data-interaction, data-mesh, digital-twins, iot, iotics, proto, protobuf
- Language: Makefile
- Homepage:
- Size: 114 KB
- Stars: 7
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
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