Skip to content
View semyont's full-sized avatar
Block or Report

Block or report semyont

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. spotify/luigi spotify/luigi Public

    Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.

    Python 17.4k 2.4k

  2. pymodbus-dev/pymodbus pymodbus-dev/pymodbus Public

    A full modbus protocol written in python

    Python 2.1k 877

  3. helm/charts helm/charts Public archive

    ⚠️(OBSOLETE) Curated applications for Kubernetes

    Go 15.5k 16.9k

  4. large timeseries csv streaming upser... large timeseries csv streaming upsert bulk elasticseach #index #pandas #bigdata #csv #upsert #elasticsearch #progressbar #example #bulk #stream #dataops #dataengineer #timeseries
    1
    import logging
    2
    import hashlib
    3
    
                  
    4
    from elasticsearch import Elasticsearch
    5
    from elasticsearch import helpers
  5. prometheus exporter async python htt... prometheus exporter async python http trace #python #prometheus #aiohttp #tracing #blackbox #synthetics #asyncio #scrape #probe
    1
    import logging
    2
    import time
    3
    import asyncio
    4
    import aiohttp
    5
    from prometheus_client import start_http_server, Counter, Histogram
  6. luigi server config explained luigi server config explained
    1
    [core]
    2
    # These parameters control core luigi behavior, such as error e-mails and
    3
    # interactions between the worker and scheduler.
    4
    
                  
    5
    default-scheduler-host: localhost