sifatul/codies

store crawled github data in database for later usage

Closed this issue · 0 comments

in /find-profile/components/github-area.tsx data is being searched from github api and served.
todo:

  • crawled data needs to be stored in github table along with the origin of data ,
    example :

{
origin: https://github.com/,
// data crawled
},
{
origin: https://github.com/,/repo
// data crawled
}

  • during store make sure to upsert not insert