/simpledb

A simple in memory database like Redis

Primary LanguageJava

simpledb

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 -

  1. Install Apache Maven-3.2.5
  2. Clone this repository and go to the directory that contains pom.xml
  3. Run 'mvn package'
  4. 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.