Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: License key verification tool written in Go (github.com/furkansenharputlu)
1 point by frknsn on April 12, 2020 | hide | past | favorite | 3 comments



Mongo DB seems like a bit of an odd choice for such a simple tool. A simple sqlite DB that you can just persist in a file seems like the easier choice.


Thanks for your feedback! In future, I am planning to add customer management feature to the tool. That's why I use MongoDB. Here is the current roadmap: https://github.com/furkansenharputlu/f-license/issues/1


Any SQL database will do that just fine and is built for queries like "give me all the licenses of this customer who paid for the current version". It also gives you stricter verification for things like unique license keys and cross table queries for different kinds of licensing schemas.

If you abstract away the DB with an interface you can also easily switch out which DB you are using.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: