• Joined on 2020-12-07
jleung pushed to master at AS1024/AS1024BGPCommunityDocPage 2024-01-09 07:28:42 +00:00
bf38c7dc1a Move away from NewtonSoft.Json
afb2102702 Upgrade to .NET 8.0
Compare 2 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-09 07:20:35 +00:00
9c5fbc314f Merge branch 'master' of ssh://git.startmywifi.com:2251/AS1024/GeoFeed
1f3778095c Make the code cleaner to read
Compare 2 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-08 22:59:31 +00:00
2d5c318689 Update license text
jleung deleted branch geofeed-ondisk-caching from AS1024/GeoFeed 2024-01-08 18:52:40 +00:00
jleung pushed to master at AS1024/GeoFeed 2024-01-08 18:49:08 +00:00
dd643ab8ab Update the readme file
2d68115f25 Complete the implementation of returning cached data from the local disk cache
020db780a6 Add example connection string
5fec5f4f92 Forward all cancellation tokens and run the local cache first
c43b218974 Add necessary tools
Compare 11 commits »
jleung pushed to geofeed-ondisk-caching at AS1024/GeoFeed 2024-01-08 18:48:09 +00:00
dd643ab8ab Update the readme file
jleung pushed to geofeed-ondisk-caching at AS1024/GeoFeed 2024-01-08 18:42:36 +00:00
2d68115f25 Complete the implementation of returning cached data from the local disk cache
jleung pushed to geofeed-ondisk-caching at AS1024/GeoFeed 2024-01-08 18:23:06 +00:00
020db780a6 Add example connection string
5fec5f4f92 Forward all cancellation tokens and run the local cache first
Compare 2 commits »
jleung pushed to geofeed-ondisk-caching at AS1024/GeoFeed 2024-01-08 18:08:08 +00:00
c43b218974 Add necessary tools
c18e486750 Add initial DB Migrations
9974bb5f0c Create various scopes - forgot that EF Core DBContexts don't work in a singleton service
37841db663 Inject the necessary services into the DI container
e974635cfb Break it out to individual files and initial cache service
Compare 5 commits »
jleung created branch geofeed-ondisk-caching in AS1024/GeoFeed 2024-01-08 17:19:01 +00:00
jleung pushed to geofeed-ondisk-caching at AS1024/GeoFeed 2024-01-08 17:19:01 +00:00
2fa8f32f44 Initial work on caching without calling dependencies
6e9d58c6e3 Initial skeleton work of periodic on disk caching
Compare 2 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-07 22:58:10 +00:00
ade2861395 Merge branch 'master' of ssh://git.startmywifi.com:2251/AS1024/GeoFeed
8e9b61d9b2 Comment in the geofeed
e68e3b14cd Include the postal code
Compare 3 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-07 19:11:30 +00:00
4ea9f2ca7f Update readme and license text
jleung pushed to master at AS1024/GeoFeed 2024-01-06 00:51:07 +00:00
01ccc1ab91 Don't preload if it's a development envrionment
14f8ea618a Move away from Newtonsoft.Json
04d00e0fe9 Handle errors
Compare 3 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-06 00:20:09 +00:00
8a18e71a6f Don't crash the app on startup if we can't preload the GeoFeed
e49ec42f30 Switch to Alpine Linux and enable multiarch builds
Compare 2 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-05 23:21:43 +00:00
5b367121c4 Move towards explicit types
jleung pushed to master at AS1024/GeoFeed 2024-01-05 07:47:32 +00:00
db05b0b815 Actually include the data
16ee1f98ed Parse geloc_postal_code values
fec33bff1d Don't use memory cache if it's in development mode
Compare 3 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-05 07:19:19 +00:00
af492dedff Update bump the batch size to 50 at a time
c5bb3843aa Update sliding window cache timers
6c7a007f96 Rename file
Compare 3 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-05 06:16:42 +00:00
94b7234b42 Add an extra trailing comma to accomodate for Postal Code
jleung pushed to master at AS1024/GeoFeed 2024-01-05 04:44:09 +00:00
4504d290da Add initial README.md