{% extends 'wirecloud/views/base_plain.html' %} {% load i18n compress wirecloudtags %} {% block title %}{% trans "Wirecloud ยท Build application mashups" %}{% endblock %} {% block path %}{% trans "Welcome to WireCloud!" %}{% endblock %} {% block basecss %} {% compress css %} {% platform_css "classic" %} {% endcompress %} {% 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

Innovation

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

Generic Features

  • JavaScript pub/sub API for event-driven widgets
  • NGSI API compatible with FI-WARE Orion Context Broker Generic Enabler
  • Server-side state persistence for widgets and mashups

Wiring & Piping

Wiring & Piping

Wiring allows you to easily connect widgets in a mashup to create a full-fledged dashboard with RIA functionality.

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

Fiware

100% FI-Ware

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