https://github.com/plgd-dev/kit
https://github.com/plgd-dev/kit
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plgd-dev/kit
- Owner: plgd-dev
- License: apache-2.0
- Created: 2018-12-06T12:34:17.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T20:28:39.000Z (5 months ago)
- Last Synced: 2026-01-13T01:26:25.519Z (5 months ago)
- Language: Go
- Size: 477 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/certManager/acme/certManager.go
Awesome Lists containing this project
README
[](https://travis-ci.com/plgd-dev/kit)
[](https://codecov.io/gh/plgd-dev/kit)
[](https://goreportcard.com/report/github.com/plgd-dev/kit)
[](https://gitter.im/ocfcloud/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# kit
## Configuration
### CQRS/eventbus/Kafka
| Option | ENV variable | Type | Description | Default |
| ------ | --------- | ----------- | ------- | ------- |
| `-` | `BOOTSTRAP_SERVERS` | string | tbd | `"localhost:9092"` |
### CQRS/eventbus/NATS
| Option | ENV variable | Type | Description | Default |
| ------ | --------- | ----------- | ------- | ------- |
| `-` | `URL` | string | tbd | `"nats://localhost:4222"` |
### CQRS/eventstore/MongoDB
| Option | ENV variable | Type | Description | Default |
| ------ | --------- | ----------- | ------- | ------- |
| `-` | `URI` | string | tbd | `"mongodb://localhost:27017"` |
| `-` | `DATABASE` | string | tbd | `"eventstore"` |
| `-` | `BATCH_SIZE` | int | tbd | `16` |
| `-` | `MAX_POOL_SIZE` | int | tbd | `16` |
| `-` | `MAX_CONN_IDLE_TIME` | string | tbd | `"240s"` |
### security/TLS
| Option | ENV variable | Type | Description | Default |
| ------ | --------- | ----------- | ------- | ------- |
| `-` | `CA_POOL` | string | tbd | `""` |
| `-` | `CERTIFICATE` | string | tbd | `""` |
| `-` | `CERTIFICATE_KEY` | string | tbd | `""` |
### security/ACME
| Option | ENV variable | Type | Description | Default |
| ------ | --------- | ----------- | ------- | ------- |
| `-` | `CA_POOL` | string | tbd | `""` |
| `-` | `DIRECTORY_URL` | string | tbd | `""` |
| `-` | `DOMAINS` | string | tbd | `""` |
| `-` | `REGISTRATION_EMAIL` | string | tbd | `""` |
| `-` | `TICK_FREQUENCY` | string | tbd | `""` |
### net/GRPC
| Option | ENV variable | Type | Description | Default |
| ------ | --------- | ----------- | ------- | ------- |
| `-` | `ADDRESS` | string | tbd | `"0.0.0.0:9100"` |
### net/CoAP
### log
| Option | ENV variable | Type | Description | Default |
| ------ | --------- | ----------- | ------- | ------- |
| `-` | `ENABLE_DEBUG` | bool | tbd | `false` |