From df0cd26724da5faff16de61d830d81bc085b9cf0 Mon Sep 17 00:00:00 2001 From: simon987 Date: Sat, 30 Mar 2019 11:22:28 -0400 Subject: [PATCH] Add build badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ed81a3..5bc5136 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # OD-Database +[![Build Status](https://ci.simon987.net/buildStatus/icon?job=od-database_qa)](https://ci.simon987.net/job/od-database_qa/) + OD-Database is a web-crawling project that aims to index a very large number of file links and their basic metadata from open directories (misconfigured Apache/Nginx/FTP servers, or more often, mirrors of various public services). Each crawler instance fetches tasks from the central server and pushes the result once completed. A single instance can crawl hundreds of websites at the same time (Both FTP and HTTP(S)) and the central server is capable of ingesting thousands of new documents per second.