se38 / Neo4a

Neo4a: The Neo4j ABAP Connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo4a

The Neo4j ABAP Connector

See Blog post on SAP Community Network

  • Nugget: ZNEO4A-x.x.nugg

Required Packages

Neo4j Server configuration

If you have installed Neo4j on a separate host (other than the SAP system): to access the database from outside (browser + SAP), you have to change one line of the server configuration file ./conf/neo4j-server.properties: Enter or uncomment the following line:

org.neo4j.server.webserver.address=0.0.0.0

You can enter the IP address of your SAP server or leave 0.0.0.0, which means that Neo4j is accessible from every other IP address (not recommended in production!)

Installation Neo4a

import Nugget with SAPlink

Usage

see wiki ( https://github.com/se38/Neo4a/wiki )

License

This software is published under the Apache License, Version 2.0

About

Neo4a: The Neo4j ABAP Connector