Skip to content
/ icollaborate Public template

Find and match repos and collaborators in github

License

Notifications You must be signed in to change notification settings

qodash-devops/icollaborate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mission Statement

General purpose:

Create an application to help find matching collaborators in github. Trough github crawling and relationship modelling. The user should be able to find and identify potential collaborators or projects related to a specific topic.

Why:

It is indeed very hard and time consuming to find people in github that match your interests or projects you like to work on. This project is trying to solve the following problems:

  • Avoid redunancy in project creation and foster effort unification.
  • Make it easy for developpers/entrepreneurs to build a team around the globe.
  • Follow users that have similar interests.

Getting started:

  • Prerequisit:

    • recommended dev env: Linux with node and Python3.7.
    • Install Docker. get docker
    • Install docker-compose
      sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
  • Local dev env :

    • Back End:
      • github archive crawler: crawls gharchive and feeds graph database.
        in \crawl folder python crawler.py start --spider=gharchive
      • repos description and readme crawler:
        in \crawl folder python crawler.py start --spider=repos
    • Database:
      • neo4j deployement: in /backend folder docker-compose up -d neo4j
      • Nodes (Repos,Actor) Relationships Contribution
    • Front End:
      • deploy backend docker-compose up -d datacrawler #deploy back end and crawl data
      • run the js app locally cd UI && npm run serve

Roadmap:

  • Github crawler (scrapy/python):

Github.com crawler using scrapy framework.

  • Backend (node/neo4j):

Database to model the relationships between contributors and repos. With an api to model it. The api would model it.

  • UI (Vue.js)

Main use case is to search repos and contributors by topic.

  • NLU and topic modeling.

Finding projects/issues/contributors that would best match a certain topic/subject.

  • Learn the right distance metric between repos. (From description, README.md)
  • Learn the right distance metric between Actors(contributors) according to their contributions.

Contributors welcome.

contribution guidelines

  • This is just the beginning of something great!
  • If you like the mission and can contribute in any form (code/issues/doc) please reach out.

About

Find and match repos and collaborators in github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published