Dor
🌦️ Domain Ranker
Install / Use
/learn @ilyaglow/DorREADME
DOR - Domain Ranker
Fast HTTP service which shows a specified domain rank from following providers:
Can be used as a base for a domain categorization / network filters / suspicious domain detection.
Data is updated once a day automatically.
Supported types of storages:
- Clickhouse (recommended)
- MongoDB
- In-Memory
You can easily add the storage you like by implementing Storage interface.
Installation
Check out the releases page.
HTTP service usage
Use Clickhouse storage located at clickhouse and bind to port 8080:
go run service/dor-http/dor.go \
-storage=clickhouse \
-storage-url=tcp://clickhouse:9000 \
-listen-addr=:8080
Fill database with the data
go run cmd/dor-insert/dor-insert \
-storage=clickhouse \
-storage-url=tcp://clickhouse:9000
Docker usage
Project has docker-compose that uses Clickhouse as a storage. Make changes here accordingly if any (folder for data persistence, ports etc).
docker-compose up -d
Client usage
$: curl 127.0.0.1:8080/rank/github.com
{
"data": "github.com",
"ranks": [
{
"domain": "github.com",
"rank": 2698,
"date": "2019-09-07T00:00:00Z",
"source": "umbrella",
"raw": ""
},
{
"domain": "github.com",
"rank": 29,
"date": "2019-09-07T00:00:00Z",
"source": "majestic",
"raw": "29,24,github.com,com,176946,489686,github.com,com,29,24,176096,487221"
},
{
"domain": "github.com",
"rank": 26,
"date": "2019-09-07T00:00:00Z",
"source": "pagerank",
"raw": ""
},
{
"domain": "github.com",
"rank": 32,
"date": "2019-09-07T00:00:00Z",
"source": "alexa",
"raw": ""
},
{
"domain": "github.com",
"rank": 467,
"date": "2019-09-07T00:00:00Z",
"source": "yandex-radar",
"raw": "The world’s leading software development platform · GitHub,github.com,,Сервисы,,,1520000,2340000,,,"
},
{
"domain": "github.com",
"rank": 43,
"date": "2019-09-07T00:00:00Z",
"source": "tranco",
"raw": ""
},
{
"domain": "github.com",
"rank": 168,
"date": "2019-09-07T00:00:00Z",
"source": "quantcast",
"raw": ""
}
],
"timestamp": "2019-09-07T14:32:32.9725943Z"
}
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
