Update README with privacy diagram

This commit is contained in:
Jack Colquitt 2024-10-20 08:53:27 -07:00 committed by GitHub
parent ae6389ee8f
commit da90c41d6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ kubectl apply -f <launch-file.yaml>
## Architecture ## Architecture
![architecture](TrustGraph_architecture.svg) ![architecture](tg-privacy-boundary.svg)
TrustGraph is designed to be modular to support as many Language Models and environments as possible. A natural fit for a modular architecture is to decompose functions into a set of modules connected through a pub/sub backbone. [Apache Pulsar](https://github.com/apache/pulsar/) serves as this pub/sub backbone. Pulsar acts as the data broker managing data processing queues connected to procesing modules. TrustGraph is designed to be modular to support as many Language Models and environments as possible. A natural fit for a modular architecture is to decompose functions into a set of modules connected through a pub/sub backbone. [Apache Pulsar](https://github.com/apache/pulsar/) serves as this pub/sub backbone. Pulsar acts as the data broker managing data processing queues connected to procesing modules.