-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
71 lines (53 loc) · 2.29 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Neo4j 2.0.0-M01
=======================================
Banco de Dados Neo4j usado no Projeto SistemaOntologia, que consiste em um Catálogo Online
baseado em Ontologia para Bibliotecas.
Esse banco contém dados sobre a ementa do curso de Tecnologia em Sistemas para Internet do ISFP.
Projeto em Java: https://github.com/FilipeNavas/SistemaOntologia
Desenvolvido por Willian César da Silva
=========================================
Welcome to Neo4j release 2.0.0-M01, a high-performance graph database.
This is the community distribution of Neo4j, including everything you need to
start building applications that can model, persist and explore graph-like data.
In the box
----------
Neo4j runs as a server application, exposing a Web-based management
interface and RESTful endpoints for data access.
Here in the installation directory, you'll find:
* bin - scripts and other executables
* conf - server configuration
* data - database, log, and other variable files
* doc - more light reading
* lib - core libraries
* plugins - user extensions
* system - super-secret server stuff
Make it go
----------
To get started with Neo4j, let's start the server and take a
look at the web interface...
1. open a console and navigate to the install directory
2. start the server
* Windows: use `bin\Neo4j.bat`
* Linux/Mac: use `bin/neo4j start`
3. in a browser, open [webadmin](http://localhost:7474/webadmin/)
4. from any REST client or browser, open (http://localhost:7474/db/data)
in order to get a REST starting point, e.g.
`curl -v http://localhost:7474/db/data`
5. shutdown the server
* Windows: type Ctrl-C to terminate the batch script
* Linux/Mac: use `bin/neo4j stop`
Learn more
----------
There is a manual available in the `doc` directory, which includes tutorials
and reference material.
Out on the internets, you'll find:
* [Neo4j Home](http://neo4j.org)
* [Getting Started](http://docs.neo4j.org/chunked/2.0.0-M01/introduction.html)
* [The Neo4j Manual (online)](http://docs.neo4j.org/chunked/2.0.0-M01/)
* [Neo4j Components](http://components.neo4j.org)
For more links, a handy [guide post](doc/guide-post.html) in the `doc`
directory will point you in the right direction.
License(s)
----------
Various licenses apply. Please refer to the LICENSE and NOTICE files for more
detailed information.