Skip to content
View dtaivpp's full-sized avatar

Block or report dtaivpp

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
dtaivpp/README.md

Welcome!

Hey all my name is David and I am currently building search for GitHub! As a search engineer I am figuring out how to find the right things across the billions of issues, repos, and users on GitHub. In my personal time I play with lots of different tooling to make my own life more enjoyable. This covers everything from single board computers to clustered utilities.

🌐 Social

GitHub Twitter Linkedin Medium

πŸ”§ Current Technologies & Tools

Elasticsearch OpenSearch Ruby Python JavaScript GoLang Linux Docker Kubernetes AWS Git
Bash Terraform Kafka

πŸ”§ Recently Used Technologies & Tools

HTML5 React NGINX PostgreSQL MongoDB Cassandra SQL Server Azure CircleCI

πŸ“ˆ Github Stats

GitHub Stats

Pinned Loading

  1. opensearch-haystack-demo opensearch-haystack-demo Public

    This is a short demo of using Haystack with OpenSearch as a context store.

    Python 6

  2. commit-msg-regex-hook commit-msg-regex-hook Public

    A simple repository for bashing commit messages against regex

    Python 2 3

  3. An introduction to logging in Python! An introduction to logging in Python!
    1
    # Download this file with:
    2
    # curl -L https://gist.githubusercontent.com/dtaivpp/a9b00957aa7d9cfe33e92aff8d50c835/raw/logging_demo.py -o logging_demo.py
    3
    import logging
    4
    
    
    5
    #
  4. cohere_semantic_search.md cohere_semantic_search.md
    1
    # Semantic Search with OpenSearch and Cohere
    2
    
    
    3
    ## Cluster Settings:
    4
    ```
    5
    PUT /_cluster/settings