Project Voldemort is a simple key-value store for loading big data into quickly. It uses a read-only store model based on Amazon Dynamo. Data is precomputed using Hadoop and loaded atomically into nodes in a distributed store using a simple Java interface. The example shows using a Hadoop job to build a read-only store from JSON data generated by Pig, indexing any field using a custom JsonStoreBuilder.