Skip to content

FilipeNavas/ne04j-sistemaontologia

Repository files navigation

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.

About

Banco em Grafo Neo4j com a Ontologia do Projeto do Catálogo Online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published