Documentation site of NextGraph.org
https://docs.nextgraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
952 B
19 lines
952 B
---
|
|
title: Broker (ngd)
|
|
description: Reference of the Broker daemon (ngd) of NextGraph
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
NextGraph broker (ngd) isn't available yet as a self-hosted program.
|
|
|
|
We have released a preview version recently, and we use ngd for our server nextgraph.eu
|
|
|
|
Documentation will be available as soon as the binary will be released in alpha version for self-hosting, by the end of 2024.
|
|
|
|
The broker is a self-contained binary that will be made available to you already compiled or that you can compile yourself.
|
|
|
|
Installation is extremely easy as it just consists of placing the small binary somewhere and adding a systemd/init script for the service. There is no need to have complex configuration files or endless dependencies to other services like postgresql, redis, S3, nodejs, python, and what not.
|
|
|
|
We will also provide a Dockerfile.
|
|
|
|
The broker is administered remotely with the help of the [CLI (ngcli)](/en/cli).
|
|
|