Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
anakli committed Sep 9, 2019
1 parent e40bdc5 commit 4f66b59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ We leverage several open source projects to implement Pocket. Pocket's metadata
## Pocket repository structure

* **deploy**: deployment scripts and instructions to run Pocket with Kubernetes on AWS EC2
* **src**: Pocket metadata and data plane implementation, based on Apache Crail and ReFlex
* **controller**: control plane logic for automatic resource scaling
* **clientlib**: python client library for Pocket, based on the cppcrail C++ client
* **crailclient**: client library for Pocket, based on the Crail C++ client
* **clientlib**: python module for Pocket client library
* **dockerfiles**: build new Pocket container images if you modify Pocket source code
* **microbenchmark**: a simple lambda latency test for Pocket

* **pocket-core**: source code for Pocket metadata and data plane implementation, based on Apache Crail and ReFlex

## Reference

Expand Down
8 changes: 2 additions & 6 deletions crailclient/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# C++ client for Crail/Pocket

This branch adds support to compile the C++ client using Boost.python for use by the Pocket python client library.
This directory contains the C++ client for Pocket and uses Boost.python for the python client library. To build, run:

```
sudo apt-get install -y cmake libboost-all-dev python-dev
mkdir build
cd build
cmake ..
make
./build.sh
```


0 comments on commit 4f66b59

Please sign in to comment.