memgraph/speedy
2015-11-05 00:46:13 +01:00
..
http refactoring a bit 2015-10-17 13:26:07 +02:00
r3@031a37514e updated r3 2015-10-08 10:46:45 +02:00
rapidjson@a5d9971a06 RapidJSON as dependency. rapidjson_middleware is responsible for parsing http::request::body into speedy::request::json 2015-10-16 00:21:26 +02:00
.gitignore added *.swp and *.swo to the root git ignore 2015-09-27 18:28:36 +02:00
commands.txt Speedy response can send json document as string (.json methods) 2015-10-17 19:18:30 +02:00
Makefile merged speedy makefile 2015-10-04 09:50:31 +02:00
middleware.hpp added a simple middleware implementation 2015-10-13 23:01:20 +02:00
r3_include.h added r3 as a submodule 2015-09-25 22:50:57 +02:00
r3.hpp A node could now be found by id. GET /db/data/node/{id} returns the node with specified id. 2015-11-05 00:46:13 +01:00
rapidjson_middleware.hpp Merge commit. api/resources/node.hpp speedy/rapidjson_middleware.hpp conflicts resolved 2015-10-17 19:34:00 +02:00
README.md speedy dependency and build modifications 2015-09-26 01:01:25 +02:00
request.hpp RapidJSON as dependency. rapidjson_middleware is responsible for parsing http::request::body into speedy::request::json 2015-10-16 00:21:26 +02:00
response.hpp shorter version of speedy response 2015-10-18 10:01:53 +02:00
speedy.hpp refactoring a bit 2015-10-17 13:26:07 +02:00
test_speedy_1.cpp Speedy response can send json document as string (.json methods) 2015-10-17 19:18:30 +02:00
test_speedy_2_rapidjson.cpp Speedy response can send json document as string (.json methods) 2015-10-17 19:18:30 +02:00
test.py speedy: first let say usefull implementation, GET, POST, PUT, DELETE methods are implemented 2015-09-24 01:00:02 +02:00

Dependencies

sh autogen.sh
./configure
make
make check
make install
make
make install -stdlib=libstdc++ -lstdc++ (OSX)
make install
./autogen.sh
./configure
make
./configure
make
sudo make install

NOTE

r3_include.h is custom r3 header file because of compilation problem related to redefinition of bool