Show HN: Pogocache – Fast caching software
1–10 of 30 posts
Re: Show HN: Pogocache – Fast caching software
#2Is there a way to provide the auth password via an envar instead of a command line arg?
pogocache --auth mypassRe: Show HN: Pogocache – Fast caching software
#3Re: Show HN: Pogocache – Fast caching software
#4- a Redis like cache purpose built for real-time spatial locations: https://tile38.com/
- go package for reading JSON: https://github.com/tidwall/gjson
Re: Show HN: Pogocache – Fast caching software
#5Very interesting. Like the idea of using http, redis, or even PostgreSQL clients. Is there a way to provide the auth password via an envar instead of a command line arg? pogocache --auth mypass
Re: Show HN: Pogocache – Fast caching software
#6Also.. like, it says that you plan on supporting sql? is this true? What does that actually mean really since I guess it might then compete with things like sqlite/duckdb?
Genuinely curious, great project! Starred!
Re: Show HN: Pogocache – Fast caching software
#7Re: Show HN: Pogocache – Fast caching software
#8Really looks fascinating.. Might need a deeper dive. Also.. like, it says that you plan on supporting sql? is this true? What does that actually mean really since I guess it might then compete with things like sqlite/duckdb? Genuinely curious, great project! Starred!
Re: Show HN: Pogocache – Fast caching software
#9The README doesn’t seem to explain _why_ it is faster. Is it just highly hand-optimized? Is there some main technique used?