Skip to content

Commit

Permalink
Merge pull request #3 from cac2003/master
Browse files Browse the repository at this point in the history
add license and notice in README
  • Loading branch information
cac2003 authored Oct 5, 2018
2 parents ebda3f8 + 218c5a1 commit 28530d9
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ paper](#paper).
1. `libverbs`
2. `boost thread`
3. `boost system`
4. `gcc 4.8.4+`

## GAM Core
To build the core code of GAM, please go to the `src` directory and run `make`
First build `libcuckoo` in the `lib/libcuckoo` directory by following the
`README.md` file in that directory, and then go to the `src` directory and run `make`
therein.
```
cd src;
Expand Down Expand Up @@ -86,3 +88,33 @@ deployment environment.

<a name="farm"></a>
[2] Aleksandar Dragojević, Dushyanth Narayanan, Orion Hodson, and Miguel Castro. *FaRM: Fast remote memory*. Proceedings of the 11th USENIX Conference on Networked Systems Design and Implementation. 2014.

# License
Copyright (c) 2018 The GAM Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

```
http://www.apache.org/licenses/LICENSE-2.0
```

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

# Notice
The TPCC benchmark code in the `database` directory is adapted from an open
source project Cavalia, which can be found at
```
https://github.com/Cavalia/Cavalia
```
In addition, this project uses the event loop implementation of Redis, which can
be found at
```
https://redis.io/
```

0 comments on commit 28530d9

Please sign in to comment.