Commit Graph

36 Commits

Author SHA1 Message Date
Marko Budiselic
d77800b2f9 Basic CREATE query works (e.g. CREATE (n {age:25, name:"test"}) RETURN n) 2016-02-21 22:21:15 +01:00
Dominik Tomičević
99a0fcd8e3 finished refactoring properties 2016-02-20 17:53:09 +01:00
Dominik Tomičević
c40758363c Partially added comparators and math operations to numerical properties 2016-02-13 17:59:48 +01:00
Dominik Tomičević
694d3363d6 Merged record accessor 2016-02-12 18:43:56 +01:00
Marko Budiselic
6eac9a5ac5 first proposal of compile process 2016-02-10 23:34:49 +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
Dominik Tomičević
b93bab375e record accessor, indexes and cursors 2016-01-02 12:20:51 +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
Dominik Tomičević
126b95b454 fixed skiplist and implemented the interface for skiplistset 2015-12-14 20:29:02 +01:00
Marko Budiselic
904553b712 RecordProxy class + VertexProxy and EdgeProxy. The main purpose of those Proxy objects is to control the process of updating the Index 2015-12-12 19:06:59 +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
Dominik Tomičević
379bfb14c4 refactored storage engine 2015-12-07 18:45:44 +01:00
Dominik Tomičević
d22eedfe9e refactored storage engine 2015-12-06 16:37:42 +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
30257da8fd indentation stupidity 2015-11-07 11:35:14 +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
Dominik Tomičević
80aa247dee refactoring a bit 2015-10-17 13:26:07 +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ć
6930b27d1f updated properties 2015-10-13 20:17:45 +02:00
Dominik Tomičević
768ad5e451 connected the first working version of memgraph 2015-10-11 20:59:27 +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ć
e28d15c272 worked on mvcc, compiler and some utils, unfinished 2015-09-13 11:34:17 +02:00
Dominik Tomičević
4aa4f84ada added some improvements to properties 2015-08-30 21:23:48 +02:00
Dominik Tomičević
fef9953f45 a wild random checkpoint commit appeared 2015-08-30 01:12:46 +02:00
Dominik Tomičević
22ee84de0d refactored storage model and engine 2015-07-31 12:31:08 +02:00
Dominik Tomičević
20baa9f3ea commit before os reinstall 2015-07-07 16:18:26 +02:00
Dominik Tomičević
31c2097798 starting to add support for mvcc 2015-07-04 11:39:16 +02:00