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

Implement Kubernetes manifests for ethereum-etl-streaming #3

Closed
medvedev1088 opened this issue Sep 17, 2018 · 0 comments
Closed

Implement Kubernetes manifests for ethereum-etl-streaming #3

medvedev1088 opened this issue Sep 17, 2018 · 0 comments

Comments

@medvedev1088
Copy link
Member

medvedev1088 commented Sep 17, 2018

A single Pod runs:

  1. download-last_synced_block - Job that downloads last_synced_block.txt from GCS bucket on node start up. See also init containers.
  2. streaming_service.py - streams blockchain data to PubSub
  3. health_checker.py - listens on HTTP port for health check requests
  4. gcs-syncd - uploads last_synced_block.txt periodically to GCS bucket and has a preStop hook that uploads the file to GCS bucket before Pod is terminated.
  5. fluentd daemon - uploads logs to GCS bucket

====================

Some code can be found here https://github.com/airswap/ethereum-etl/commit/cc7f86e139d317452c9cf0c975b99feb6ed8d7a0#diff-aa0ae5de65a67b108e5a26ddde9d3adf

@medvedev1088 medvedev1088 changed the title Implement Kubernetes specs for ethereum-etl-streaming Implement Kubernetes manifests for ethereum-etl-streaming Oct 23, 2018
@medvedev1088 medvedev1088 moved this from To do to Done in Ethereum ETL Streaming Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant