Skip to content

dbarasti/go-monitor-ipfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Monitor IPFS

Application to monitor and create reports with plots regarding several metrics of an IPFS node.
More details about available features will be soon released

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • GO version >=1.13

  • The monitor uses ipinfo for the location lookup of IP addresses. You'll need to provide in the .env file the API key retrieved after signin-in to the service.

Installing

First of all let's get you a local copy of the project:

git clone git@github.com:dbarasti/go-monitor-ipfs.git
cd go-monitor-ipfs

Then install the dependencies with

go get ./...

Create and fill a .env file following the sample .env.example that you'll find in the project directory.
unix: cp .env.example .env
win: cp .env.example .env
If you followed one of the above two commands you now have to insert appropriate values in the .env file.

Build the app:

go build

Now let's run it:

go run go-monitor-ipfs

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests to the project.

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details

Acknowledgments

About

Application to monitor and create reports with plots regarding several metrics of an IPFS node.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages