neo4j
Here are 1,357 public repositories matching this topic...
To use the seabolt adapter with neo4jrb, on Rails, one needs to add the line
config.neo4j.session.options = {
adaptor_class: Neo4j::Core::CypherSession::Adaptors::Driver
}
to config/application.rb; but it seems that doing-so means that all configuration is expected to be
there, neo4j.yml is no-longer inspected for configuration. A typical RSpec error is then
Failure/Err
Hi, when I query using attribute filter, it'll work fine. For example:
const query = [
'MATCH (user:User {email: {email}})',
'RETURN user'
].join('\n')
const params = {
email: '[email protected]' // assume email exists
}
But when I passed inside WHERE statement, it doesn't seem to work:
const query = [
'MATCH (user:User)',
'WHERE email = {email}',
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
Apr 22, 2020 - Java
Revamp/reorganize Manual towards 3.x and procedures
-
Delete Index Provider Content
-
List Procedures (manual)
-
Output from tests
-
Copy over uDig content from http://oss.infoscience.co.jp/neo4j/wiki.neo4j.org/content/Neo4j_Spatial_in_uDig.html
-
Deprioritize uDig and GeoServer
-
GeoServer Version number -> Support Case
Instead focus on examples for
-
Updated
May 19, 2017 - Java
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Feb 27, 2017 - Ruby
Canvas height attribute is causing the style="height:100%" to not assign the height to canvas properly. Attached is the screenshot:
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Jun 12, 2020 - Python
I am confused as to how an example such as this, found in your documentation, is compatible with graphql-auth-directives:
const server = new ApolloServer({
schema: augmentedSchema,
context: ({ req }) => {
return { /* Note: We return a context object containing both `driver` and `req` fields */
driver,
req
};
}
});
Given that `graphql-auth-directiv
-
Updated
Jul 31, 2018 - Python
-
Updated
Dec 3, 2018 - Python
To reproduce, run a request to the rdf/cypher endpoint with wrong fields (cypher_wrong instead of cypher).
Example :
curl http://localhost:7474/rdf/cypher -d '{ "cypher_wrong": "MATCH path = ()-[:BY]->()<-[:BY]-() RETURN path LIMIT 1"}' --header "Authorization:Basic ..."
Throws a 500 with an NPE
-
Updated
Mar 18, 2020 - Kotlin
Plans section of query results not shown when executing EXPLAIN or PROFILE
Reproduce Steps
Just tried the docker-compose route for spinning up the master branch, which fails out of the box just now because .env is pointing to localhost:4001 instead of localhost:4000. Was committed in April, am assuming it relates to work in progress or something?
Changing back to localhost:4000 gives you a working app.
-
Updated
Apr 3, 2020 - Java
Hello,
Thanks for this wonderful and powerfull program, and for sharing it with us.
I am in the process of testing it on a complexe symfony 4 application.
I would like to have report/result only on our bundles in src/, for instance src/MyBundle.
But this bundle depend of many classes in vendor/ and some other directory outside src/.
How can I set the anlaysis to covert reports only on `
-
Updated
Jun 24, 2020 - Java
-
Updated
Apr 28, 2020 - Java
-
Updated
Jun 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the neo4j topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the neo4j topic, visit your repo's landing page and select "manage topics."




Is your feature request related to a problem? Please describe.
Provide help in CLI for sub-commands
Describe the solution you'd like
Sub-commands help should describe the sub-command's functionality and options available for the sub-command
Describe alternatives you've considered
N/A
Additional context
See: golang-migrate/migrate#370