Results 11 comments of Shu Zhang

`` is the path you git clone the rocksplicator code this is the example command i use to run docker: `docker run --name rocksplicator -v /home/shu/code/rocksplicator:/rocksplicator -v /home/shu/code/docker_root:/root -w /rocksplicator...

can you retry by giving it less threads, like `make -j2` or only `make`

ping() doesn't return anything, so if you see nothing, it means the ping is good. for the docker question, one way is to ldd the binary you built inside docker...

@vishnukl-alation you can refer to our counter service example. https://github.com/pinterest/rocksplicator/blob/master/examples/counter_service/counter.cpp every db runs a server process, and it will need to read the config from the configfile to know which...

we support backing up data to hdfs using rocksdb's hdfs environment: https://github.com/facebook/rocksdb/blob/master/hdfs/env_hdfs.h Inside pinterest, it has been used in production. for s3, you can write a rocksdb s3 environment by...

Is it still in progress? interested in this part :)

we have some internal systems serving online traffic from a bunch of shard servers. our load balancing is pretty simple but so far working well - have a proxy layer...

To reach true online-offline feature consistency, have we thought about logging the value of serving-time derived features and stream them into feast offline? @woop

![config management architecture](https://cloud.githubusercontent.com/assets/15947888/12151080/1f5d0698-b462-11e5-8c4f-78809cee3ec3.png)

![screen shot 2016-01-07 at 10 32 08 am](https://cloud.githubusercontent.com/assets/15947888/12178908/f293f14a-b528-11e5-8ed9-a1fb3a1541ef.png)