Quickly and easily store data about your open source projects on GitHub and various Package Managers.
Announcements
All updates to this project is documented in our CHANGELOG.
Installation
Environment Variables
First, get your free SendGrid account here.
Next, update your environment with your SENDGRID_API_KEY.
Initial Setup
echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
echo "sendgrid.env" >> .gitignore
source ./sendgrid.env
git clone https://github.com/sendgrid/open-source-library-data-collector.git
cd sendgrid-open-source-library-external-data
virtualenv venv
cp .env_sample .env
Update your settings in .env
mysql -u USERNAME -p -e "CREATE DATABASE IF NOT EXISTS open-source-library-data-collector";
mysql -u USERNAME -p open-source-external-library-data < db/data_schema.sql
cp config_sample.yml config.yml
Update the settings in config.yml
source venv/bin/activate
pip install -r requirements.txt
Update the code in package_managers.py. The functions update_package_manager_data and update_db was customized for our particular needs. You will want to either subclass those functions in your own application or modify it to suit your needs. We will remove these customizations in a future release. Here is the GitHub issue for reference.
To run:
source venv/bin/activate python app.py
Dependencies
The SendGrid Service, starting at the free level)
Heroku Deploy
heroku login heroku create heroku addons:create cleardb:ignite
Access the cleardb DB and create the tables in db/data_schema.sql
heroku config:add ENV=prod heroku config:add GITHUB_TOKEN=<<your_github_token>> heroku config:add SENDGRID_API_KEY=<<your_sendgrid_api_key>> heroku addons:create scheduler:standard
Configure the schedular addon in your Heroku dashboard to run python app.py at your desired frequency.
Test by running heroku run worker
Roadmap
If you are interested in the future direction of this project, please take a look at our milestones. We would love to hear your feedback.
How to Contribute
We encourage contribution to our projects, please see our CONTRIBUTING guide for details.
Quick links:
[Feature Request](https://github.com/sendgrid/open-source-library-data-collector/blob/master/CONTRIBUTING.md#feature_request
[Bug Reports](https://github.com/sendgrid/open-source-library-data-collector/blob/master/CONTRIBUTING.md#submit_a_bug_report
[Sign the CLA to Create a Pull Request](https://github.com/sendgrid/open-source-library-data-collector/blob/master/CONTRIBUTING.md#cla
[Improvements to the Codebase](https://github.com/sendgrid/open-source-library-data-collector/blob/master/CONTRIBUTING.md#improvements_to_the_codebase
About
open-source-library-data-collector is guided and supported by the SendGrid Developer Experience Team.
open-source-library-data-collector is maintained and funded by SendGrid, Inc. The names and logos for open-source-library-data-collector are trademarks of SendGrid, Inc.
Release files for open_source_library_data_collector 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| open_source_library_data_collector-1.1.0.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| open_source_library_data_collector-1.1.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 11.8 kB
Release files / open_source_library_data_collector-1.1.0.tar.gz
| Download URL | open_source_library_data_collector-1.1.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a3b3b650321181c4a188d5e241d141c7bc80843dd55443ebd62ee5c52ccf0e9f
|
|
BLAKE2b-256 checksum How to use checksums |
02d6096c14dad1474ebecce8b2ed1e2cd1a0718463e7bfe8fb6b841956fa6f1f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / open_source_library_data_collector-1.1.0-py2-none-any.whl
| Download URL | open_source_library_data_collector-1.1.0-py2-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
d396b1d74f04e5364dffb716da43a162551ef0cba7d958ac110fc5485c8cd4aa
|
|
BLAKE2b-256 checksum How to use checksums |
a2f19b8f8dd6bf90506f22fef7263844220125eb7a4504ab70fb7a6ebb006f56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |