Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iotic-labs/connector-engine-rs
Iotics Connector Engine (Rust)
https://github.com/iotic-labs/connector-engine-rs
Last synced: 5 days ago
JSON representation
Iotics Connector Engine (Rust)
- Host: GitHub
- URL: https://github.com/iotic-labs/connector-engine-rs
- Owner: Iotic-Labs
- License: apache-2.0
- Created: 2021-10-11T15:16:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T14:18:05.000Z (6 months ago)
- Last Synced: 2024-05-08T14:28:56.804Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iotics Connector Engine in Rust
[![CI][ci_badge]][ci]
## Overview
A framework that greatly simplifies the process of writing high-performance, scalable and resilient connectors for IOTICS.
## Prerequisites
- [Rust][toolchain]
- [cargo-make][cargo-make]
- [Golang][golang]
- [Clang][clang]## Usage
Without TLS
```bash
iotics-connector-engine = { git = "https://github.com/Iotic-Labs/connector-engine-rs.git" }
```With TLS
```bash
iotics-connector-engine = { git = "https://github.com/Iotic-Labs/connector-engine-rs.git", features = ["tls"] }
```## Examples
TODO
## Tutorial
TODO
[ci_badge]: https://github.com/Iotic-Labs/iotics-connector-engine/workflows/CI/badge.svg?branch=main
[ci]: https://github.com/Iotic-Labs/iotics-connector-engine/actions
[toolchain]: https://rustup.rs
[cargo-make]: https://github.com/sagiegurari/cargo-make
[golang]: https://golang.org/doc/install
[clang]: https://clang.llvm.org/get_started.html### OSS Review
```
cargo install cargo-license
cargo license -t --avoid-build-deps --avoid-dev-deps --direct-deps-only
```