Skip to content

Instantly share code, notes, and snippets.

View yalp's full-sized avatar

Marc Capdevielle yalp

View GitHub Profile
@yalp
yalp / espr_slides.md
Last active August 29, 2015 14:24
EspR4FastData Slides
@yalp
yalp / espr_prop.md
Last active August 29, 2015 14:22
Espr4FastData Propositions

About

This document discusses the current state of the state of the DataHandling GE and makes several propositions for its future evolution.

[TOC]

EspR4FastData

The DataHandling GE is a NGSI gateway level component in charge of generating Complex Events (aggregation data) from updates generated by local NGSI Context Providers (e.g. sensors). These Complex Events are in turn published as new Context Information according the NGSI data model and propagated to NGSI Context Managers (e.g. a remote broker).

@yalp
yalp / pages_order.rb
Last active December 17, 2015 17:08
A Jekyll plugin to order pages with previous/next links.
# Force Jekyll to generate pages in a given order using a predefined list of pages.
#
# Just declare a "pages_order" list in _config.yml with the list of pages :
#
# pages_order: ['index', 'summary', 'overview', 'part1', 'part2', 'conclusion', 'notes']
#
# The plugin then exposes in the basename of the previous and next pages
# with {{page.next}} and {{page.prev}} to be used in layouts :
#
# {% if page.prev %}