Commit Graph
14 Commits
Author SHA1 Message Date
Pearson White 12ec905bc6 Make namespace not optional 2026-04-15 12:00:04 -04:00
Pearson White 626f417e5e Fix case when cache = None 2026-04-15 11:49:19 -04:00
Pearson White 9badde4801 fix 2026-04-15 09:40:25 -04:00
Pearson White 9497aebc14 Add API endpoint 2026-04-14 18:28:46 -04:00
Pearson White 78772bebd2 Added caching mechanism for pods 2026-04-14 18:28:46 -04:00
Pearson White efd7c5cd1e Added lru cache to getting pods 2026-04-10 09:12:42 -04:00
Pearson White 362d31e3aa Add Waku router with endpoint "waku/relay" 2026-01-29 15:51:59 -05:00
Pearson White 6a92feeced Refactor building the app into multiple files 2026-01-27 12:26:46 -05:00
Pearson White 8455fd1afc Add decorator for exception handler 2026-01-26 10:06:56 -05:00
PearsonWhite 51e8f16f0d Improve process_data and break into files (#3)
* Return better error info from process_data

* Fix input types for process_data

* Break up code into different files
2026-01-22 14:38:44 -05:00
Pearson White 953da9b0c0 Refactor to use configs and server
- Use configs to define actions

- Run a server to allow running commands interactively
2026-01-11 16:37:14 -05:00
Pearson White 5d23c3e2c8 Add Makefile for formatting 2026-01-11 16:37:14 -05:00
PearsonWhite 5f685e06f7 Add debug mode for store_msg_retriever (#1)
* Add debug mode for store_msg_retriever

* Added `--debug`. Makes multiple API requests to each IP

* Added `--select-types`. Allows selecting specified types of nodes

* Removed kubernetes dependency and use of namespace.
2026-01-11 16:37:14 -05:00
Pearson White 91327b729b Initial commit with files from 10ksim repo. 2026-01-11 16:37:14 -05:00