Skip to main content

Installation

Do I need to install EBA?

Yes, if you want to reproduce or update the data, or sample custom communities from the graph.

No, if you only want to use the communities, or the sample models we provide.

Build from source code

You may take the following steps to build EBA from the source code.

  1. Clone the git repository.

    git clone https://github.com/b1aab/eba && cd eba
  2. Build EBA.

    dotnet publish ./EBA/EBA.csproj -c Release -r linux-x64 --self-contained true -o "build" -p:WarningLevel=0
  3. Use EBA.

    cd build/ && ./eba --help

Install Neo4j

You can run the Neo4j Graph Database in several ways, such as a self-hosted production cluster or a fully managed, cloud-based solution.

For development and accessibility, all our solutions are designed to run on a standalone Neo4j Desktop installation, although a cloud-based deployment can be more performant.

Therefore, please follow this documentation for installing the Neo4j Desktop version.