Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rafaeljusto/cctldcentral
- Owner: rafaeljusto
- License: mit
- Created: 2016-09-10T20:32:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T23:10:12.000Z (about 7 years ago)
- Last Synced: 2024-06-20T00:57:41.557Z (5 months ago)
- Language: Go
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```