Giter VIP home page Giter VIP logo

community-pulse's Introduction

Welcome!

Hey all my name is David and I am currently a Senior Developer Advocate for OpenSearch team @ AWS! As an advocate, I am exceptionally passionate about distributed systems, observability, and clustering with single board computers. ๐Ÿคฃ

๐ŸŒ Social

GitHub Twitter Linkedin Medium

๐Ÿ”ง Current Technologies & Tools

OpenSearch 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

community-pulse's People

Contributors

dtaivpp avatar

Watchers

 avatar  avatar

community-pulse's Issues

[FEATURE] Separate out tweet processing from collection

At the moment get_data from twitter.py is tightly coupled making it difficult to troubleshoot. This should be separated into two different functions. One that retrieves the data from twitter and another that enriches it for storage in OpenSearch.

[FEATURE] Threaded jobs

At the moment every job will execute in series which could cause issues as one job failing would take down the pipeline and most jobs (of different types) could be run in parallel.

community-pulse should have a way to ensure that jobs of a similar type (eg. twitter) are executed in series so that they do not exhaust their API limits but jobs of dissimilar types are executed in parallel such that they do not block each other.

[BUG] Get_Marker Fails if last tweet older than 7 days

Get marker currently returns the last scraped tweet ID. The issue with this is when that tweet is older than seven days old passing it to twitter as the since_id causes the twitter automation to fail.

Therefor the get_marker function from twitter.py should only return an ID if the tweets created at is less than 7 days old.

[Feature] Multi Job Support

Multi Job Support is as follows. Users should be able to name their jobs whatever they wish in the config file. These names should be carried over into the index names. There should be a default dashboard deployed by type which is then filterable by job name.

Sub tasks:

  • Add job_type field
  • Combine all new indexes of similar job type into alias
  • Name indexes by job name

[Feature] Create default dashboards by job type

Users should be presented default dashboards for all the data in a particular job type. These dashboards should be generically applicable and versioned so that they can be updated at a later date.

SubTasks:

  • Create dashboards and store them in the repo
  • Store the version of dashboards in a meta index
  • Check the version of the dashboard on connect and upgrade

[FEATURE] Add other integrations

At the moment community pulse only supports twitter but the goal is to eventually support all the places communities meet and discuss information.

Some ideas are:
Find New Articles:

  • Medium.com
  • Dev.to

Async Discussions:

  • Discorse
  • Github
  • Stack Overflow

Sync Discussions:

  • Discord
  • Slack

Social Media:

  • Reddit
  • Linkedin

Duplicate entries being added

At the moment, the query to return the most recent tweet ID are only returning the latest tweet from the previous day. Need to debug to determine the cause.

[Feature] Add CLI for Running

There should be a CLI that allows users to pass in configuration parameters for running. These parameters include config file location or which specific jobs should be run.

Examples:
pulse --config=/etc/pulse/ --job=twitter
pulse --job twitter discourse

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.