Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-backend into nextver
  • Loading branch information
kylerchin committed Mar 30, 2024
2 parents 4342bde + 7857cec commit ed02d83
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ Catenary Backend is a distributed system comprised of microservices operating in
- **Prairie**: Routing Preprocessor and execution engine (Research and design in progress)
- **Kactus**: Distributed system to query for GTFS-rt and other realtime data
- **Aspen**: Processing of realtime data and dynamic insertion into other engines
- **Spruce**: Websocket server for frontend to stream data to and from backend
- **Fleur de Lis**: Map tile geometry server, will serve line ordering optimised graph maps (LOOM) in the future.
- **Spruce**: Websocket server for frontend to stream data to and from backend, including realtime locations, stop times
- **Birch**: General API server

The kubernetes configuration is generated using Helm templates. See Helm's documentation for further information on that.

The code is heavily commented, go to each folder in src for more information.

### Submodules maintained
- **Dmfr folder reader**: reads data from transitland-atlas into raw structs
- **Château**: Associates feeds with operators and vise versa using depth first search in knowledge graph
- **Amtrak GTFS rt**: Conversion of proprietary realtime data from amtrak's website into gtfs-rt.
- **Zotgtfs**: conversion of Transloc data and hand typed schedules from Anteater Express to GTFS schedule and realtime.

## Install Dependencies

```bash
Expand Down Expand Up @@ -50,4 +57,4 @@ cargo install diesel_cli --no-default-features --features postgres

### Common Database debugging

Is Postgis not installing? This page may be helpful: https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS3UbuntuPGSQLApt
Is Postgis not installing? This page may be helpful: https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS3UbuntuPGSQLApt

0 comments on commit ed02d83

Please sign in to comment.