adaptai / platform /signalcore /nova_architecture_reference.json
ADAPT-Chase's picture
Add files using upload-large-folder tool
38c314f verified
{
"memory_tiers": {
"tier_1_hot": {
"latency": "<10ms",
"purpose": "Reflex + Nervous State",
"dbs": [
"DragonflyDB",
"Redis",
"KeyDB"
]
},
"tier_2_warm": {
"latency": "<50ms",
"purpose": "Working Memory",
"dbs": [
"InfluxDB",
"PostgreSQL",
"Qdrant"
]
},
"tier_3_indexed": {
"latency": "<200ms",
"purpose": "Searchable Knowledge",
"dbs": [
"Elasticsearch",
"MongoDB",
"JanusGraph"
]
},
"tier_4_deep": {
"latency": "<1s",
"purpose": "Pattern Ocean",
"dbs": [
"TimescaleDB",
"ChromaDB",
"Cassandra"
]
},
"tier_5_archive": {
"latency": ">1s",
"purpose": "Eternal Vault",
"dbs": [
"FoundationDB",
"Weaviate",
"Vault"
]
},
"tier_6_specialized": {
"latency": "Special",
"purpose": "Cognitive Tools",
"dbs": [
"Druid",
"FAISS",
"etcd",
"Prometheus"
]
}
},
"total_databases": 29,
"active_integration": 17
}