Skip to content

Extension and Plugins

Link edited this page Apr 25, 2024 · 17 revisions

Neo4j Plugins (Optional, you can skip this)

Getting started with Blueprint41 we can install optional plugins for Neo4j.

Installation

  1. After you've downloaded the plugins, stop the neo4j service.
  2. Put the plugins (jar-file) into your <neo4j-home>\plugins folder (e.g C:\neo4j\plugins).
  3. Start the neo4j service.

Important

When using Neo4j 3.2 and above, security for procedures and functions has increased. To allow procedures, edit the configuration file <neo4j-home>\conf\neo4j.conf with dbms.security.procedures.unrestricted=apoc.*,blueprint41.*. See Neo4j APOC Procedures.

Memgraph Configuration

If you are using Memgraph you need to add the following configuration:

--storage-enable-schema-metadata=true

Blueprint41 Visual Studio Extension

  • The Blueprint41 visual studio extension contains a project template that helps to organized your projects and items in your solution.
  • The project template will create "{ProjectName}.Generated" and "{ProjectName}.Model" projects.
  • "{ProjectName}.Model" project will contain your datastore model definition (Datastore.cs).
  • "{ProjectName}.Generated" project will contain all the generated type-safe models based on the datastore model definition in the "{ProjectName}.Model" project.
  • "{ProjectName}" project is a console application that uses Neo4j or Memgraph driver.

Installation

You can download Blueprint41 visual studio extension here.

  1. Installing Blueprint41 visual studio extension.

image

  1. Updating configuration for Visual Studio.

image

  1. Installation Complete.

image

Clone this wiki locally