{% extends 'wirecloud/views/base_plain.html' %} {% load i18n compress wirecloudtags %}{% load static from staticfiles %} {% block title %}{% trans "WireCloud ยท Build application mashups" %}{% endblock %} {% block path %}{% trans "Welcome to WireCloud!" %}{% endblock %} {% block css %} {% endblock %} {% block content %}

{% trans "Welcome to the next-generation application mashup platform aimed at leveraging the long tail of the Internet of Services."%}

Innovation

{% trans "Innovation" %}

{% trans "Innovate through experimentation by choosing the best suited widgets and prefab mashup-lets for your devised mashup from a vast, ever-growing distributed catalogue" %}

Features

{% trans "Generic Features" %}

  • {% trans "JavaScript pub/sub API for event-driven widgets" %}
  • {% trans "NGSI API compatible with FIWARE's Orion Context Broker Generic Enabler" %}
  • {% trans "Server-side state persistence for widgets and mashups" %}

Wiring & Piping

{% trans "Wiring & Piping" %}

{% trans "Wiring allows you to easily connect widgets in a mashup to create a full-fledged dashboard with RIA functionality." %}

{% trans "Piping links your widgets to back-end services or data sources through an extendable set of operators, including filters, aggregators, adapters, etc." %}

Fiware

{% trans "100% FIWARE" %}

  • {% trans "1st OSS reference implementation of the Application Mashup GE" %}
  • {% trans "Support for linked-USDL" %}
  • {% trans "Full integration with FIWARE's:" %}
    • Marketplace
    • Store
    • Context Broker
    • Object Storage
    • ...
{% endblock %}