You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However we now have a new service, hathor-p2p-monitor, that exposes an API that could be used to get the network information needed by the explorer-service. This service does more than the data-collector daemon, since it also provides historical information about the network.
We should stop using the data-collector daemon and replace it by hathor-p2p-monitor, since they do the same.
The text was updated successfully, but these errors were encountered:
Currently we run a daemon called
data-collector
to collect the network state and save it in a Redis instance.This daemon is deployed independently from the main service, in a Docker container (see https://github.com/HathorNetwork/hathor-explorer-service/blob/main/Dockerfile)
However we now have a new service, hathor-p2p-monitor, that exposes an API that could be used to get the network information needed by the explorer-service. This service does more than the
data-collector
daemon, since it also provides historical information about the network.We should stop using the
data-collector
daemon and replace it by hathor-p2p-monitor, since they do the same.The text was updated successfully, but these errors were encountered: