You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Cypher is currently only implemented for explicit querying
49
+
- All cypher queries must return column based results ( aggregation results or column values )
50
+

51
+
37
52
## Working with a relational model on graphs
38
53
39
54
The JDBC driver exposes schemas for **Relationships** and **Nodes**
@@ -121,20 +136,27 @@ lein run
121
136
122
137
**This is a WIP.**
123
138
124
-
It is not heavily tested and is not compatible with neo4j 3.5 ( even though the underlying driver is )
139
+
It is not heavily tested and is not compatible with neo4j 3.5 ( even though the underlying JDBC driver is )
125
140
126
141
## TODO
127
142
128
143
-~~Edge properties~~
129
144
-~~Timestamp casting support~~
145
+
-~~Cypher support~~
130
146
- Testing
147
+
131
148
- CI
132
149
133
150
## Future
134
151
135
-
- Support Cypher extended queries as BI connector matures
136
-
-Cypher and graph viz for Metabase ( directly or via ad-hoc JDBC driver )
152
+
- Support complex results in cypher ( e.g. non relational projections )
153
+
-Graph viz support
137
154
138
155
## Known issues
139
156
140
157
- Initial DB creation and/or sync may time out. You can configure a higher timeout value with the `MB_DB_CONNECTION_TIMEOUT_MS` environment variable.
158
+
159
+
160
+
<divalign="center">
161
+
<sub><sup>Logos and images used in this document are licensed to their original creators and do not indicate any affiliation with this project</sup></sub>
0 commit comments