https://github.com/catenarytransit/chateau
https://github.com/catenarytransit/chateau
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catenarytransit/chateau
- Owner: catenarytransit
- Created: 2024-02-23T08:22:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-04T00:26:58.000Z (2 months ago)
- Last Synced: 2026-04-04T02:28:09.316Z (2 months ago)
- Language: Rust
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Château by Catenary
Château is a system to group data ingest feeds by a shared super-agency, to prevent weird lookup N+1 patterns.
Each Château is computed by performing depth first search on all feeds and their associated operators and their associated feeds and so forth. Thus, if all data feed and operator entities are defined as verticies in a graph, and the links defined as edges, each château is defined as a connected component.
Example of problems:

The idea is to group all the feeds under an agency group under a single name like "newyorkcity", thus the name château.