Skip to content
Snippets Groups Projects
Commit bd18b782 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

cropped test image for carousel

parent bc9bc46b
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,13 @@
Implement your analysis or filters in a new, easy and fast way.
#### Flexible connection between stages
#### Simple & Fast
![Pipelining](images/code_screenshot.jpg)
It is up to you, how your stages are connected. TeeTime gives you tools to freely route your dataflow between your stages.
The main focus is on fast execution and easy usage.
#### Predefined stages
#### Start today
![Pipelining](images/code_screenshot.jpg)
......@@ -26,6 +26,8 @@ The first stable release will be published soon. For more informations visit: ht
![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo
## What is it?
TeeTime is a Pipes-And-Filter-Framework for Java.
It provides various features, which will bring you to the next level of analysis programming, such like:
......@@ -38,4 +40,22 @@ It provides various features, which will bring you to the next level of analysis
- Pre-defined stages and pipelines
## Where to get it
TeeTime is available in many ways. If your projects use Maven, just add following dependency to your pom.xml:
```xml
<dependency>
<groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
```
To get the source code or the plain jar, take a look at the download section.
## Concurrency-aware
TeeTime takes care of a parallel execution of stages. You do not need to think about anything, as TeeTime creates and manages all threads, needed by your analysis.
\ No newline at end of file
......@@ -2,6 +2,3 @@ body {
background-image:url(../images/bg.png);
}
.carousel>.item {
height: 300px;
}
\ No newline at end of file
src/site/resources/images/code_screenshot.jpg

403 KiB | W: | H:

src/site/resources/images/code_screenshot.jpg

965 KiB | W: | H:

src/site/resources/images/code_screenshot.jpg
src/site/resources/images/code_screenshot.jpg
src/site/resources/images/code_screenshot.jpg
src/site/resources/images/code_screenshot.jpg
  • 2-up
  • Swipe
  • Onion skin
target/site/images/code_screenshot.jpg

965 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment