You should put React library to your title, it makes it easier for potential users.
Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
41–50 of 59 posts
Re: Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
#42a much simpler build system that's easy for people to adopt might have a higher chance of getting initial traction, and then you can add the layers only when they're needed. See YAGNI (You Ain't Gonna Need It) https://martinfowler.com/bliki/Yagni.html
Re: Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
#43Why do you need Kafka, Redis, Mongo, AND Postgres? Arguably it could all be done with Postgres or Redis: both have great pubsub implementations. But what could you possibly need two databases for and a queue implementation alongside a popular backend for queues? I don't mean to criticize, but the complexity of this is what I'd expect for something handling hundreds if not thousands of qps. Even then I'd expect you co…
Re: Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
#44Is the application architecture diagram a satire? It needs a lot more justification! Your documentation should very clearly explain why `upsert into user_rating (user_id, rating, thing_id)` doesn’t work at scale, and the limit where it breaks down. Maybe if you’re running a “upvotes SaaS” the architecture makes sense but the given architecture diagram is more complicated than the production product I work on ( https:…
I also feel that your comment is slightly ironic, given the poor performance of Notion. I'm almost thinking (without having any clue about Notion's architecture) that Notion could benefit from a more complex architecture that prioritizes performance.
Re: Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
#45Re: Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
#46Earlier quoted context omitted.
[flagged]
pg_dump --schema-only --table=tablename databasename
Ultimately, though, it would be nice to have a `.schema` equivalent in `psql` just as a convenience tool.
Re: Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
#47I’d love this for slack
Re: Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
#48congrats on learning some new tools! it is a bit 'astronaut architected' but you seem to have a history of building stuff and asking for feedback, that will always result in learning fast. hope you got some useful replies here! a much simpler build system that's easy for people to adopt might have a higher chance of getting initial traction, and then you can add the layers only when they're needed. See YAGNI (You Ain…
Re: Show HN: Clickvote – Open-source upvotes, likes, and reviews to any context
#49Why do you need Kafka, Redis, Mongo, AND Postgres? Arguably it could all be done with Postgres or Redis: both have great pubsub implementations. But what could you possibly need two databases for and a queue implementation alongside a popular backend for queues? I don't mean to criticize, but the complexity of this is what I'd expect for something handling hundreds if not thousands of qps. Even then I'd expect you co…
Résumé Driven Development.