Commit Graph

30 Commits

Author SHA1 Message Date
Dominik Tomičević
8db98ae535 created a script for compiling the simple client 2016-03-15 20:24:01 +01:00
Dominik Tomičević
5442f4b0b6 fixed a lot of problems with memgraph demo 2016-03-15 20:13:31 +01:00
Marko Budiselic
a762b328b6 memgraph demo transactional endpoint 2016-03-13 15:39:15 +01:00
Marko Budiselic
35482711a8 demo substitutor implementation 2016-03-05 10:10:57 +01:00
Marko Budiselic
2998527462 work on cypher compiler, only cypher query example files were added 2016-01-16 18:24:35 +01:00
Marko Budiselic
df08750a43 vertex CRUD works again, the unit tests for it also exist 2016-01-06 15:45:54 +01:00
Marko Budiselic
e89da5f875 reconstructed rest api, but still this is broken version, TODO: discuss where is place for the id (versions accessor, versions or in vertex accessor 2016-01-02 22:20:09 +01:00
Marko Budiselic
c495872b22 some cleanup, nothing major 2015-12-30 01:36:55 +01:00
Marko Budiselic
7bfc610124 First runnable version of insert with the VertexProxy object 2015-12-20 14:00:07 +01:00
Marko Budiselic
d7ae5e69ce RecordProxy work in progres... Initial test case for VertexProxy 2015-12-15 23:35:09 +01:00
Marko Budiselic
00e9fb2a63 /node CRUD operations; VertexStore was renamed to Vertices and Edges class was added 2015-12-12 17:57:07 +01:00
Marko Budiselic
9877ff6834 nodes could now again be created and found (skiplist is now in usage) 2015-12-08 20:49:45 +01:00
Marko Budiselic
cbdc70d407 new version of node post (work in progress) 2015-12-07 22:43:54 +01:00
Marko Budiselic
ba434cf48a ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
Marko Budiselic
aeb8586bfd uint64_t was replaced with the Id object. Fixes T28. 2015-11-21 19:16:19 +01:00
Marko Budiselic
7564c35d19 Empty relationship resource was added and Graph object knows how to find a vertex 2015-11-07 11:31:36 +01:00
Marko Budiselic
26b426e1fa 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
Marko Budiselic
ebb47f0f74 Merge commit. api/resources/node.hpp speedy/rapidjson_middleware.hpp conflicts resolved 2015-10-17 19:34:00 +02:00
Marko Budiselic
f015ce02ca Speedy response can send json document as string (.json methods) 2015-10-17 19:18:30 +02:00
Dominik Tomičević
80aa247dee refactoring a bit 2015-10-17 13:26:07 +02:00
Dominik Tomičević
e71d302251 added a simple middleware implementation 2015-10-13 23:01:20 +02:00
Dominik Tomičević
6dd0e9cb0c fixed writing to json 2015-10-13 20:44:14 +02:00
Dominik Tomičević
be9e115339 ooops fix, it's buildable now 2015-10-13 20:32:54 +02:00
Dominik Tomičević
0effba90d9 removed include.hpp 2015-10-11 21:02:42 +02:00
Dominik Tomičević
14594e799b added gitignore for include.hpp 2015-10-11 21:02:22 +02:00
Dominik Tomičević
768ad5e451 connected the first working version of memgraph 2015-10-11 20:59:27 +02:00
Dominik Tomičević
9f8761032f refactored speedy and http server 2015-10-09 01:24:12 +02:00
Dominik Tomičević
204fdaeb5f submitted all work done on storage and mvcc 2015-10-08 00:58:29 +02:00
Dominik Tomičević
ed34e47481 added comments to the resource class 2015-10-07 20:39:41 +02:00
Dominik Tomičević
dcfc62c7b0 implemented restful resources 2015-10-07 18:45:30 +02:00