HackerTrans
トップ新着トレンドコメント過去質問紹介求人

webmonkeyuk

no profile record

投稿

Citizen Science: Conservation Org makes fixed phone holders to record change

facebook.com
1 ポイント·投稿者 webmonkeyuk·3 年前·0 コメント

コメント

webmonkeyuk
·2 年前·議論
This works in some situations but the OPs use case seems to suggest near real-time access to records that would only have recently been created. I'm unsure if CSV could work well here.
webmonkeyuk
·3 年前·議論
I suspect:

- memcached if you don't need to persist the data

- Redis if you don't know whether you need to use Redis or FoundationDB

- FoundationDB if you learn that Redis doesn't do what you need

I don't mean this in any kind of a derogatory way but I suspect that if you need to ask then you probably don't need FDB.

The principle of keeping tech stacks boring and using well established components is less exciting as an Engineer but is usually the best choice.