DataStoreFactory storeFactory = new IndexedDataStoreFactory();
StoreResponderFactory responderFactory = new BasicDataStoreResponderFactory(storeFactory);
MultiTenantStoreResponder mtStoreResponder = new MultiTenantStoreResponder(homeDir, configTemplate, responderFactory);
String source;
StoreResponder responder;
DataStore<byte[], byte[]> baseStore;
Serializer<String> keySerializer = new StringSerializer();
Map<String, AvroStore<String>> map = new HashMap<String, AvroStore<String>>();
// Create "Person" AvroStore