1
0
mirror of https://github.com/ltcptgeneral/cs239-caching.git synced 2025-08-14 05:10:20 +00:00

18 Commits

Author SHA1 Message Date
80c67fdd73 add throughput and hit ratio metrics 2025-02-23 19:17:55 +00:00
b5e6f5eb9f Merge branch 'main' of https://github.com/ltcptgeneral/cs239-caching 2025-02-22 07:47:11 +00:00
8db1197422 use log level warning in fastapi 2025-02-22 07:46:22 +00:00
97d0fa21fd fixed issue with generate data 2025-02-21 11:55:24 -08:00
dee97f09c2 add get user id endpoint (/users),
fix issue in tiered cache,
update basic test with new user id set
2025-02-21 19:39:09 +00:00
dd5fc9f83c Abstracted data loading so that data can be loaded simply through the config file. Moved Mike's LLM data generation code and my own dummy data generating code to the database folder. 2025-02-21 00:39:25 -08:00
5c25a2b099 Deepseek data generation 2025-02-20 23:33:57 -08:00
3707a2aae9 add basic latency and hitrate test 2025-02-20 05:42:38 +00:00
8328c6e610 Eviction Seive Algorithm 2025-02-17 20:21:08 -08:00
44dbf976b5 add time stamp (in ms) to get response 2025-02-17 22:04:23 +00:00
ea88a0649c move tiered cache folder into app folder 2025-02-17 21:46:27 +00:00
12de833f66 [ADD] - Added social media user profile get and upsert microservice with nosql database integration 2025-02-17 11:03:02 -08:00
67bf966a6a add tiered cache 2025-02-14 22:35:54 +00:00
8d0027e050 add gitignore 2025-02-14 20:54:31 +00:00
dda79a9a61 fix python docstring 2025-02-13 23:35:05 +00:00
6234e88265 prefetch init 2025-02-13 13:37:27 -08:00
854b50ea0b Create README.md with brief intro to project 2025-02-13 01:43:12 -08:00
431f4b57b7 implement basic cache interface and baseline cache (Direct Mapped, LRU, no prefetching) 2025-02-12 22:13:24 +00:00