II.
Library JSON
Structured · livelibrary:conduit
Conduit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:conduit",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Conduit",
"belongsToLanguageId": "language:haskell",
"category": "other",
"description": "Streaming data processing library for Haskell providing deterministic\nresource handling, composable Sources/Conduits/Sinks, and support for\nbinary, text, and HTTP streaming pipelines.\n"
},
"outgoingEdges": [
{
"from": "library:conduit",
"to": "language:haskell",
"kind": "belongs_to_language"
},
{
"from": "library:conduit",
"to": "skill-area:backend-async-processing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:conduit",
"to": "library:fs2",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:fs2",
"to": "library:conduit",
"kind": "alternative_to"
},
{
"from": "stack-profile:haskell-web-service",
"to": "library:conduit",
"kind": "composed_of"
}
]
}