Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VIATRA/CEP/Language"

< VIATRA‎ | CEP
(Setting up the environment)
(Setting up the environment)
Line 13: Line 13:
 
#Download the latest [https://eclipse.org/downloads/packages/eclipse-modeling-tools/lunasr1 Eclipse Luna Modeling] (currently SR1) package.
 
#Download the latest [https://eclipse.org/downloads/packages/eclipse-modeling-tools/lunasr1 Eclipse Luna Modeling] (currently SR1) package.
 
#Install the following plugins or import their source plug-ins into a running Eclipse instance:
 
#Install the following plugins or import their source plug-ins into a running Eclipse instance:
#; EMF-IncQuery 0.9.0 : [http://download.eclipse.org/incquery/updates/release/ latest release]
+
#; EMF-IncQuery 0.9.0 : [http://download.eclipse.org/incquery/updates/integration CI update site]
 
#; VIATRA 0.7.0 : [https://hudson.eclipse.org/viatra/job/viatra2-emf-master/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra2.emf.update/target/repository/ CI update site]
 
#; VIATRA 0.7.0 : [https://hudson.eclipse.org/viatra/job/viatra2-emf-master/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra2.emf.update/target/repository/ CI update site]
  

Revision as of 10:02, 11 January 2015

VIATRA-CEP User's guide

The following contents introduce the VIATRA-CEP complex event processing stack and its main features. Basic knowledge on complex event processing is advised, although not strictly required. Should this guide prove to be insufficient, please do not hesitate to ask your question on our mailing list.

Getting started

The VIATRA-CEP stack

//TODO

Language essentials

//TODO

Setting up the environment

  1. Download the latest Eclipse Luna Modeling (currently SR1) package.
  2. Install the following plugins or import their source plug-ins into a running Eclipse instance:
    EMF-IncQuery 0.9.0 
    CI update site
    VIATRA 0.7.0 
    CI update site

Examples

You can find demonstrative examples here.

Important links

Back to the top