Do you have an example of service that use nsecBunker as login? cc @PABLOF7z I want to see the workflow and see how I can implement it in
I will do everything I can to release it next week image
I make a project with "high" I/O for DB. So I immediately started using Redis instead of Postgresql for the high I/O part. (streaming all Nostr events). Then, I made a try to replace all the shit I've done using Redis by a single SQL query. Guess what, Postgresql is more than enough... it's only between 5 and 15 sql queries/sec. (with almost no data in my DB). I'll continue to make some tests with much more data in DB to see if Postgresql is still enough (I think it is)
#test for a project