-
Something like loading the currently unused `test/neo4jschema.cypher` file when the servers are launched for testing. Would mean that we'd have a solid base to test against, it's bad practice to have …
-
Hey!, do you have any plans to port this to ST3?
I'm currently working with Cypher and having to use Plain Text in ST3 is not pretty :(.
If you do plan to do the port and want some help, let me know…
-
## Overview
Would be nice to include the apache age extension for graph database.
> [Apache AGE](https://age.apache.org/#) is an extension for PostgreSQL that enables users to leverage a graph…
-
### Cosmetic Item Name
The Magus Cypher - arcana
### Description
On the 14th victory of the arcana, we get a change in the animation of the rearm, but it cannot be stolen.
### Example Matc…
-
This is typically the case for complex data types like Map and List.
We should try to convert those to a JSON String and return that.
-
I have the following code...
```
var neo4j = require('neo4j'),
db = new neo4j.GraphDatabase({
url: conf.connectionString
});
if(db.cypher){
console.log("Worked");
}
else{
console.log("Did…
-
I created a point
`SELECT *
FROM ag_catalog.cypher('zjdata_graph', $$
CREATE (a:a {id:1,map:{name:'a'}})
RETURN id(a), properties(a)
$$) as (id ag_catalog.agtype,properties ag_catalog.agtype)`
…
-
there is no listing for the affected gene(s) of a given variant.
for example:
http://beta.monarchinitiative.org/variant/MGI:4868458
should show the various genes it affects:
http://www.informatics.j…
-
Hello,
I'm trying to add aggregation into the schema. The problem is being able to apply "filters" per type. For example I have a Purchase Order type:
```
type PurchaseOrder {
id: ID!
uui…
-
**Neo4j Version:** 5.15.0
**Operating System:** Any
**API:** Any
The following statement throws `database not found` error although the database name is escaped.
```cypher
:use `movies`;
```…