This repository provides unofficial Neo4j integrations for .NET Aspire.
Package | Version | Downloads |
---|---|---|
NorthernNerds.Aspire.Neo4j | ||
NorthernNerds.Aspire.Hosting.Neo4j |
# Install both packages
dotnet add package NorthernNerds.Aspire.Hosting.Neo4j
dotnet add package NorthernNerds.Aspire.Neo4j
In your AppHost project:
using NorthernNerds.Aspire.Hosting.Neo4j;
var builder = DistributedApplication.CreateBuilder(args);
var neo4jDb = builder.AddNeo4j("graph-db", neo4jUser, neo4jPass);
In your service projects:
using NorthernNerds.Aspire.Neo4j;
var builder = WebApplication.CreateBuilder(args);
builder.AddNeo4jClient("graph-db");
For more details, check the:
- Release Guide: Instructions on how to release a new version of the package.
Contributions are welcome! Please see the CONTRIBUTING.md for details on how to contribute.
This project is licensed under the MIT License.
Northern Nerds is a one-man freelance software company dedicated to creating high-quality software solutions and tools. Follow our work to stay updated on the latest projects and contributions.