rafaeljusto / cctldcentral

Server for aggregate data retrieved from ccTLDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cctldcentral

Server to retrieve and store all statistics from ccTLDs. It performs a search in public statistics once a day, and optionally communicates with the server cctldstats for retrieving non-public data.

Install

You will need a PostgreSQL database to store all statistics retrieved from the ccTLDs.

sudo apt-get install postgresql
sudo -u postgres psql < cctldcentral.sql
sudo -u postgres psql cctldcentral < cctldcentral.dump.sql

About

Server for aggregate data retrieved from ccTLDs

License:MIT License


Languages

Language:Go 99.2%Language:Shell 0.8%