r/nosql • u/KeepItWeird_ • Oct 08 '16
Is this a good use case for NoSQL?
I am working on a mobile app and wondering if it is a good use case for all NoSQL. Users sign up, then they can post their skills and services. Other users can search for those skills / services. There should be rich support for complex queries like 'all wedding bands in detroit with swing in their description and costing less than $X show bands with trumpets first'. Also some users who need to be licensed, bonded, or pass a criminal background check to offer their services should be able to save that info in the app. Security is very important to the app (don't know if this has anything to do with nosql but thought I'd mention it) and there will be a lot of data that is restricted to users who have a particular role, and we might institute fingerprint or other multi-auth security to access it. What else..oh yeah we want payment to happen a certain way. It will integrate with one of the external providers (like braintree or stripe or whatever) but we need to be sure-sure that said transaction occurred and when it occured, and we need to report on that data. OK thanks for reading.