All Projects → openmessaging → openmessaging.github.io

openmessaging / openmessaging.github.io

Licence: other
OpenMessaging homepage

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to openmessaging.github.io

Specification
OpenMessaging Specification
Stars: ✭ 242 (+1916.67%)
Mutual labels:  streaming, multi-tenant, queue, asynchronous, metrics, transaction, routing, tracing, specification, batch, push, filtering
Openmessaging Java
OpenMessaging Runtime Interface for Java
Stars: ✭ 685 (+5608.33%)
Mutual labels:  streaming, multi-tenant, queue, asynchronous, metrics, transaction, routing, tracing, batch, push, filtering
Onyx
Distributed, masterless, high performance, fault tolerant data processing
Stars: ✭ 2,019 (+16725%)
Mutual labels:  streaming, batch
Scio
A Scala API for Apache Beam and Google Cloud Dataflow.
Stars: ✭ 2,247 (+18625%)
Mutual labels:  streaming, batch
WPWatcher
Wordpress Watcher is a wrapper for WPScan that manages scans on multiple sites and reports by email and/or syslog. Schedule scans and get notified when vulnerabilities, outdated plugins and other risks are found.
Stars: ✭ 34 (+183.33%)
Mutual labels:  asynchronous, batch
Beam
Apache Beam is a unified programming model for Batch and Streaming
Stars: ✭ 5,149 (+42808.33%)
Mutual labels:  streaming, batch
Fs2 Kafka
Kafka client for functional streams for scala (fs2)
Stars: ✭ 75 (+525%)
Mutual labels:  streaming, asynchronous
Tributary
Streaming reactive and dataflow graphs in Python
Stars: ✭ 231 (+1825%)
Mutual labels:  streaming, asynchronous
Rxgo
Reactive Extensions for the Go language.
Stars: ✭ 3,907 (+32458.33%)
Mutual labels:  streaming, asynchronous
python-asynchronous-tasks
😎Asynchronous tasks in Python with Celery + RabbitMQ + Redis
Stars: ✭ 37 (+208.33%)
Mutual labels:  queue, asynchronous
horse-messaging
Open Source Messaging Framework. Queues, Channels, Events, Transactions, Distributed Cache
Stars: ✭ 65 (+441.67%)
Mutual labels:  queue, routing
git-cheatsheet
One stop guide to help solve all your doubts related to Git & GitHub.
Stars: ✭ 31 (+158.33%)
Mutual labels:  push, pull
Jocko
Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
Stars: ✭ 4,445 (+36941.67%)
Mutual labels:  streaming, queue
Audioplayermanager
⚠️ No longer maintained ⚠️ Small Swift Wrapper and Queue-Manager around AVPlayer which let you play MediaPlayer items and stream songs from URLs.
Stars: ✭ 78 (+550%)
Mutual labels:  streaming, queue
Pushpin
Proxy server for adding push to your API
Stars: ✭ 3,050 (+25316.67%)
Mutual labels:  streaming, push
k2hash
K2HASH - NoSQL Key Value Store(KVS) library
Stars: ✭ 33 (+175%)
Mutual labels:  queue, transaction
Amqp Interop
PHP 7.1+. Promoting the interoperability of AMQPs. It is based on queue-interop
Stars: ✭ 124 (+933.33%)
Mutual labels:  queue, specification
Bull exporter
Prometheus exporter for Bull metrics
Stars: ✭ 149 (+1141.67%)
Mutual labels:  queue, metrics
OGMNeo
[No Maintenance] Neo4j nodeJS OGM(object-graph mapping) abstraction layer
Stars: ✭ 54 (+350%)
Mutual labels:  transaction, batch
arcus.messaging
Messaging with Microsoft Azure in a breeze.
Stars: ✭ 20 (+66.67%)
Mutual labels:  queue, routing

The OpenMessaging website

Installation

In order to build the website and run it locally, you'll need to have Ruby version 2.4.1 installed. If you're using rbenv:

$ rbenv install && rbenv local 2.4.1

Once you're using the correct Ruby version, you can install all dependencies:

$ make setup

Running the site locally

To run the site locally:

$ make serve

Then navigate to http://localhost:4000 to visit the site. When you make changes to the website source in _posts or _docs, the site will update automatically in your browser.

How to publish the site

Just push your change to source branch and GitHub workflow will do for the next steps.

HTML Structure

This template is based on the ZURB Foundation framework. For a primer on what the row and column classes mean, please refer to the Foundation documentation.

HTML files

  • _layouts
    1. blog.html --- The blog layout file
    2. default.html --- The default layout file
    3. post.html --- The blog post layout file
    4. docs.html --- The documentation page layout file
  • blog
    1. index.html --- The blog index page

CSS structure

The CSS files are based on the Foundation framework.

  1. fontello.css --- The Fontello icon font
  2. foundation.scss --- The Foundation framework Sass source file
  3. style.css --- The main style
  4. font-awesome.css --- The Font Awesome icon font

Javascript structure

Javascript files:

  1. app.js --- Main JavaScript file
  2. foundation.js --- Foundation framework JavaScript
  3. jquery.appear.js --- jQuery plugin
  4. jquery.countTo.js --- jQuery plugin
  5. imagesloaded.pkgd.min.js
  6. jquery.easing.1.3.js
  7. jquery.sequence-min.js
  8. jquery.validate.js
  9. json2.js
  10. masonry.pkgd.js
  11. slick.min.js
  12. jquery-2.1.0.js
  13. jquery.url.js
  14. modernizr.foundation.js
  15. terrific-1.1.1.js
  16. jquery.cookie.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].