https://github.com/coatyio/dda-examples
Ready-to-run best practice DDA code examples
https://github.com/coatyio/dda-examples
best-practice code-examples data-distribution-agent dda ready-to-run
Last synced: 4 months ago
JSON representation
Ready-to-run best practice DDA code examples
- Host: GitHub
- URL: https://github.com/coatyio/dda-examples
- Owner: coatyio
- License: mit
- Created: 2023-10-09T13:42:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:07:35.000Z (11 months ago)
- Last Synced: 2025-03-23T13:45:20.457Z (7 months ago)
- Topics: best-practice, code-examples, data-distribution-agent, dda, ready-to-run
- Language: JavaScript
- Homepage: https://coatyio.github.io/dda/
- Size: 767 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Examples for Data Distribution Agent
[](https://github.com/coatyio/dda)
[](https://github.com/coatyio/dda-examples/blob/main/LICENSE)## Table of Contents
* [Overview](#overview)
* [Contributing](#contributing)
* [License](#license)## Overview
This repository provides a collection of fully documented ready-to-run best
practice examples demonstrating how to use the Data Distribution Agent (DDA) as
a sidecar or library in a decentralized desktop or web application:* `compute` - a pure Go application with distributed components utilizing DDA
communication service as a library and as a co-located sidecar over gRPC
* `light-control` - a distributed web app written in Angular/JavaScript/HTML
connecting to its co-located DDA sidecar over gRPC-WebFor detailed documentation take a look at the README of the individual example
projects and delve into the [DDA Developer
Guide](https://coatyio.github.io/dda/DEVGUIDE.html).## Contributing
Contributions to DDA examples are welcome and appreciated. Please follow the
recommended practice for idiomatic Go
[programming](https://go.dev/doc/effective_go) and
[documentation](https://tip.golang.org/doc/comment).## License
Code and documentation copyright 2023 Siemens AG.
Code is licensed under the [MIT License](https://opensource.org/licenses/MIT).
Documentation is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).