Skip to content

first release

Compare
Choose a tag to compare
@kvegter kvegter released this 09 Jun 10:25
· 13 commits to master since this release

Unzip the distribution zip file into a directory

  • Copy all the contents of the dist directory to the neo4j server plugin directory
    • Faker Cypher Functions

      • Add the following line in the noo4j.conf file to allow access to the faker functions.

        dbms.security.procedures.unrestricted=fkr.*
    • Data Generator Only

      • Register the Data Generator Unmanaged Plugin on the neo4j server. You have to add the following line to your neo4j.conf file

        dbms.unmanaged_extension_classes=org.neo4j.faker.ump=/testdata
      • For convenience you can disable the authentication.

        dbms.security.authorization_enabled=false
  • (re) Start the neo4j server
    • Data Generator Only
      • Test the plugin

      • Test the availability of the plugin by calling it with a non existing property file name from you local browser

        http://127.0.0.1:7474/testdata/tdg/pfile/test.props

        The browser will now give an error message stating that the file test.props cannot be found.