Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Dockerize #22

wants to merge 3 commits into from

Conversation

clifton
Copy link

@clifton clifton commented Jan 24, 2021

Hi, I thought I'd dockerize this project to make the setup less onerous.

$ dc up -d
# => should see all services start
$ dc run --rm shell
# > from openedgar.processes.edgar import download_filing_index_data, process_all_filing_index
# > download_filing_index_data(year=2018)
# => ...  ('edgar/daily-index/2018/QTR4/form.20181231.idx', True, False)]

There's likely a few things I'm missing, so consider this pull request a WIP for the time being

@clifton
Copy link
Author

clifton commented Jan 24, 2021

When trying to do the 2018 example, I get the following in the celery process:

[2021-01-24 07:01:14,020: ERROR/MainProcess] Task openedgar.tasks.process_filing_index[2512eba5-5f2b-4a25-aebf-7f5ca8db26cb] raised unexpected: ConnectionError(MaxRetryError('None: Max retries exceeded with url: /rmeta/text (Caused by None)',),)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant