Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaeljusto/cctldcentral

Server for aggregate data retrieved from ccTLDs
https://github.com/rafaeljusto/cctldcentral

Last synced: about 9 hours ago
JSON representation

Server for aggregate data retrieved from ccTLDs

Awesome Lists containing this project

README

        

# 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](http://github.com/rafaeljusto/cctldstats) for retrieving non-public
data.

## Install

You will need a [PostgreSQL](https://www.postgresql.org/) 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
```