I am looking for someone who likes PHP, Javascript (JSON), REST and MySQL to tell me which NoSQL database will be a better option for LAMP developers.
The specific application is creating a NoSQL database that will have a small amount of key-value objects, allowing the app to respond quickly to users with only the most important and time sensitive data. The only real time NoSQL updating would be logging user access timestamps.
High Level Process:
- User interacts with desktop or web application to handle major data entry transactions stored in MySQL
- Application copies subset of data into NoSQL as an object with the user's UUID as the key. Only the user's most recent transaction is stored in NoSQL.
- User connects to NoSQL data with a mobile device or voice to check on status of transaction
Question: Which NoSQL database is better for the above process for a LAMP developer and why?