Giter VIP home page Giter VIP logo

qillion's Introduction

Introduction

This is a data pump which mirrors Qi data into Google Pub/Sub. It is an Azure Function Application comprised of three functions, designed to scale arbitrarily high.

On an interval, the application queries a set of Qi Streams for their last value, and publishes them to a Google Pub/Sub topic.

Here's how it works:

  • At your command, resolves a list of Qi streams to be forwarded. You get to specify the namespace and a filter string. If this hasn't been done, nothing else will succeed. It can be re-run at any time. (Function: QiStreamBatcher)
  • Triggers on an interval of your choosing. Spins up one worker for each batch of Qi Streams. Batch size is configurable and observed during the previous. (Function: QiStreamBatchEnqueuer)
  • Each worker takes a batch of Qi Streams. It queries the latest value of each Qi Stream, and forwards that value to Google Pub/Sub. Values are identified by StreamId. (Function: QiStreamBatchWorker)

Getting Started

See the deployment guide.

Why 'Qillion'?

I have no idea how much a qillion is, but it's definitely larger than a googol. Probably by about 3.

qillion's People

Contributors

jamesbperry avatar

Watchers

 avatar James Cloos avatar

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.