Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-sinha committed Jul 13, 2022
1 parent 76d13c8 commit b928f23
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 12 deletions.
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_centos7/bench/embd_cpp/README
Expand Up @@ -14,7 +14,7 @@ A. link with the libbangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
g++ -O3 -Wall sample.cpp -osample -I/usr/local/include/bangdb-embd -lbangdb-embd-cpp
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_centos7/bench/embd_java/README
Expand Up @@ -18,7 +18,7 @@ A. link with the bangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
javac -cp .:../../jars/bangdb-embd-java.jar:.../../jars/json-20190722.jar test/Main.java test/Sample.java
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_centos7/bench/server_cpp/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the BangDB server, then

First, let's build the bench

> bash build.sh
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_centos7/bench/server_java/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the bangdb server

First, let's build the bench

> bash make-app.sh
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_centos8/bench/embd_cpp/README
Expand Up @@ -14,7 +14,7 @@ A. link with the libbangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
g++ -O3 -Wall sample.cpp -osample -I/usr/local/include/bangdb-embd -lbangdb-embd-cpp
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_centos8/bench/embd_java/README
Expand Up @@ -18,7 +18,7 @@ A. link with the bangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
javac -cp .:../../jars/bangdb-embd-java.jar:.../../jars/json-20190722.jar test/Main.java test/Sample.java
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_centos8/bench/server_cpp/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the BangDB server, then

First, let's build the bench

> bash build.sh
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_centos8/bench/server_java/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the bangdb server

First, let's build the bench

> bash make-app.sh
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_rhel8/bench/embd_cpp/README
Expand Up @@ -14,7 +14,7 @@ A. link with the libbangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
g++ -O3 -Wall sample.cpp -osample -I/usr/local/include/bangdb-embd -lbangdb-embd-cpp
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_rhel8/bench/embd_java/README
Expand Up @@ -18,7 +18,7 @@ A. link with the bangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
javac -cp .:../../jars/bangdb-embd-java.jar:.../../jars/json-20190722.jar test/Main.java test/Sample.java
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_rhel8/bench/server_cpp/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the BangDB server, then

First, let's build the bench

> bash build.sh
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_rhel8/bench/server_java/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the bangdb server

First, let's build the bench

> bash make-app.sh
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_ubuntu16/bench/embd_cpp/README
Expand Up @@ -14,7 +14,7 @@ A. link with the libbangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
g++ -O3 -Wall sample.cpp -osample -I/usr/local/include/bangdb-embd -lbangdb-embd-cpp
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_ubuntu16/bench/embd_java/README
Expand Up @@ -18,7 +18,7 @@ A. link with the bangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
javac -cp .:../../jars/bangdb-embd-java.jar:.../../jars/json-20190722.jar test/Main.java test/Sample.java
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_ubuntu16/bench/server_cpp/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the BangDB server, then

First, let's build the bench

> bash build.sh
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_ubuntu16/bench/server_java/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the bangdb server

First, let's build the bench

> bash make-app.sh
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_ubuntu18/bench/embd_cpp/README
Expand Up @@ -14,7 +14,7 @@ A. link with the libbangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
g++ -O3 -Wall sample.cpp -osample -I/usr/local/include/bangdb-embd -lbangdb-embd-cpp
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_ubuntu18/bench/embd_java/README
Expand Up @@ -18,7 +18,7 @@ A. link with the bangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
javac -cp .:../../jars/bangdb-embd-java.jar:.../../jars/json-20190722.jar test/Main.java test/Sample.java
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_ubuntu18/bench/server_cpp/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the BangDB server, then

First, let's build the bench

> bash build.sh
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_ubuntu18/bench/server_java/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the bangdb server

First, let's build the bench

> bash make-app.sh
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_ubuntu20/bench/embd_cpp/README
Expand Up @@ -14,7 +14,7 @@ A. link with the libbangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
g++ -O3 -Wall sample.cpp -osample -I/usr/local/include/bangdb-embd -lbangdb-embd-cpp
Expand Down
2 changes: 1 addition & 1 deletion v2.0/bangdb_2.0_ubuntu20/bench/embd_java/README
Expand Up @@ -18,7 +18,7 @@ A. link with the bangdb-embd-cpp only
B. include the headers in the include folder

that's it!
You may use following to build sample.cpp and run [ pls do start server before running it ]
You may use following to build sample.cpp and run. This is embedded version hence it doesn't need server, simply run it

compile ....
javac -cp .:../../jars/bangdb-embd-java.jar:.../../jars/json-20190722.jar test/Main.java test/Sample.java
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_ubuntu20/bench/server_cpp/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the BangDB server, then

First, let's build the bench

> bash build.sh
Expand Down
2 changes: 2 additions & 0 deletions v2.0/bangdb_2.0_ubuntu20/bench/server_java/README
Expand Up @@ -8,6 +8,8 @@ related to development of app using BangDB

Here are the steps to run the bench

Start the bangdb server

First, let's build the bench

> bash make-app.sh
Expand Down

0 comments on commit b928f23

Please sign in to comment.