Difference between revisions of "Neo4j"

From wikieduonline
Jump to navigation Jump to search
(Created page with "wikipedia:neo4j")
Tags: Mobile web edit, Mobile edit
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[wikipedia:neo4j]]
+
[[wikipedia:neo4j]] (2007) [[graph database]]
 +
* [[Google Trends]]: https://trends.google.com/trends/explore?date=all&q=Neo4j
 +
 
 +
[[neo4j version]]
 +
[[neo4j status]]
 +
[[neo4j console]]
 +
 
 +
[[brew install neo4j]]
 +
 
 +
== Help ==
 +
<pre>
 +
Usage: neo4j [-hV] [--expand-commands] [--verbose] [COMMAND]
 +
A partial alias for 'neo4j-admin server'. Commands for working with DBMS process from 'neo4j-admin server' category can
 +
be invoked using this command.
 +
      --expand-commands  Allow command expansion in config value evaluation.
 +
  -h, --help              Show this help message and exit.
 +
  -V, --version          Print version information and exit.
 +
      --verbose          Prints additional information.
 +
Commands:
 +
  version  Print version information and exit.
 +
  help    Display help information about the specified command.
 +
  console  Start server in console.
 +
  restart  Restart the server daemon.
 +
  start    Start server as a daemon.
 +
  status  Get the status of the neo4j server process.
 +
  stop    Stop the server daemon.
 +
 
 +
Environment variables:
 +
  NEO4J_CONF    Path to directory which contains neo4j.conf.
 +
  NEO4J_DEBUG  Set to anything to enable debug output.
 +
  NEO4J_HOME    Neo4j home directory.
 +
  HEAP_SIZE    Set JVM maximum heap size during command execution. Takes a number and a unit, for example 512m.
 +
  JAVA_OPTS    Used to pass custom setting to Java Virtual Machine executing the command. Refer to JVM documentation
 +
about the exact format. This variable is incompatible with HEAP_SIZE and takes precedence over HEAP_SIZE.
 +
</pre>
 +
 
 +
 
 +
== Related terms ==
 +
* [[GraphQL]]
 +
* <code>[[brew services restart neo4j]]</code>
 +
 
 +
== See also ==
 +
* {{neo4j}}
 +
* {{Graph database}}
 +
* {{DBs}}
 +
 
 +
[[Category:DBs]]
 +
[[Category:Graph database]]

Latest revision as of 13:22, 18 March 2024

wikipedia:neo4j (2007) graph database

neo4j version
neo4j status
neo4j console
brew install neo4j

Help[edit]

Usage: neo4j [-hV] [--expand-commands] [--verbose] [COMMAND]
A partial alias for 'neo4j-admin server'. Commands for working with DBMS process from 'neo4j-admin server' category can
be invoked using this command.
      --expand-commands   Allow command expansion in config value evaluation.
  -h, --help              Show this help message and exit.
  -V, --version           Print version information and exit.
      --verbose           Prints additional information.
Commands:
  version  Print version information and exit.
  help     Display help information about the specified command.
  console  Start server in console.
  restart  Restart the server daemon.
  start    Start server as a daemon.
  status   Get the status of the neo4j server process.
  stop     Stop the server daemon.

Environment variables:
  NEO4J_CONF    Path to directory which contains neo4j.conf.
  NEO4J_DEBUG   Set to anything to enable debug output.
  NEO4J_HOME    Neo4j home directory.
  HEAP_SIZE     Set JVM maximum heap size during command execution. Takes a number and a unit, for example 512m.
  JAVA_OPTS     Used to pass custom setting to Java Virtual Machine executing the command. Refer to JVM documentation
about the exact format. This variable is incompatible with HEAP_SIZE and takes precedence over HEAP_SIZE.


Related terms[edit]

See also[edit]

Advertising: