KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
entitygraph
★ 10
Open GitHub ↗
Graph viz for program state.
Download README (.md)
Explore Similar Repositories
node2vec-spark
:
No description available.
Single-Channel-sEMG-Decomposition
:
Code for our paper
tf12-vs-pulumi
:
A collection of HCL2 examples, rewritten to Pulumi
pdf-viewer-swift
:
Boilerplate for adding a PDF viewer to a Swift app.
activity-result
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
entitygraph
?
Download (.md)
# Entity Graph > Expose application state as a connected graph of entities for visualization. ## Introduction [![Go Reference Widget]][Go Reference] [![Go Report Card Widget]][Go Report Card] [Go Reference]: https://pkg.go.dev/github.com/aperturerobotics/entitygraph [Go Reference Widget]:https://pkg.go.dev/badge/github.com/aperturerobotics/entitygraph.svg [Go Report Card Widget]: https://goreportcard.com/badge/github.com/aperturerobotics/entitygraph [Go Report Card]: https://goreportcard.com/report/github.com/aperturerobotics/entitygraph The Entity Graph is a common format for application components to expose their internal state for monitoring in the form of a graph of entities. - Entities can be shared between components, identified by common identifiers - Links between entities form edges in the graph. - Properties on entities and links describe instantaneous metric values. At runtime, any visualization frameworks can create a CollectEntityGraph directive to collect all active entities exposed by running controllers. ## Support Please open a [GitHub issue] with any questions / issues. [GitHub issue]: https://github.com/aperturerobotics/entitygraph/issues/new ... or feel free to reach out on [Matrix Chat] or [Discord]. [Discord]: https://discord.gg/KJutMESRsT [Matrix Chat]: https://matrix.to/#/#aperturerobotics:matrix.org ## License Apache 2.0