Skip to content

ajaydivakaran/gitmonitorfeeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#GIT monitor feeder

Python script to read commits from repositories and push the commit meta data to ElasticSearch.

##Steps to run: Refer: docker-hub

##Sample config file:

{
  "cachePath": "/tmp/cache",
  "batchSize": 10,
  "indexName": "repo_commits",
  "repos": [
     {
        "friendlyName": "myRepo",
        "repoPath": "/tmp/myrepo",
        "branches": ["master", "release-*"],
        "contributors": ["Member1", "Member2", "Member3"]
     }
  ],
  "esUrl": "http://elasticsearch:9200"
}

About

Script to scan GIT repositories for new commits and push them to ElasticSearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published