Skip to content
Snippets Groups Projects
Forked from TeeTime / TeeTime
1450 commits behind the upstream repository.

TeeTime

Pipelining

Implement your analysis or filters in a new, easy, and fast way.

Automatic Thread Management

Pipelining

Data exchange between stages is automatically synchronized on demand.

Start today

Screenshot

Predefined stages are provided within the source code. You can immediatly start to write your own analysis.


What is it?

TeeTime is a Pipes-And-Filters-Framework for Java.

It provides various features, which will bring you to the next level of analysis programming, such as:

  • Concurrent execution of stages

  • Flexible connection between stages

  • Typed ports

  • Pre-defined stages and pipelines

Where to get it?

You can get TeeTime through various ways. If your projects uses Maven, just add following dependency to your pom.xml:

<dependency>
  <groupId>net.sourceforge.teetime</groupId>
  <artifactId>teetime</artifactId>
  <version>${teetime.stableversion}</version>
</dependency>

To get the source code or the plain jar, take a look at the download section.

How to use it?

To make working with TeeTime as pleasant and efficient as possible, this homepage provides various tools for you, which explain TeeTime's functions.

You can take a closer look at: