Posts Tagged ‘ REST ’

Query Neo4j with Cypher using the REST API

complete-graph

Neo4j REST API provides a way to query the database with Cypher. Cypher is a declarative graph query language. See the Neo4j manual to learn more about it. In this article I will show how to use the REST API to execute Cypher queries from Java code.

Weiterlesen

A REST web service, file uploads & Spring Boot

8ca7b37f78-arklein
In this article I will introduce a document archive application with a REST interface created with Spring Boot. You will find out how to handle file uploads by a REST web service. The web front end is created with AngularJS. The application is on GitHub. The impatient of you can follow this link to the repository: rest-document-archive to see the source code.

Weiterlesen