A simple in memory database like Redis. This is a solution of Thumbtack coding challenge
You would need java and maven installed on your system to run the solution. I am using Java 1.6 and Apache Maven 3.2.5. Here are the steps -
- Install Apache Maven-3.2.5
- Clone this repository and go to the directory that contains pom.xml
- Run 'mvn package'
- Run 'mvn exec:java'
This should show you a prompt that asks you to enter database commands. Run the commands on the webpage to test the solution.