Skip to content

Commit d44f415

Browse files
committed
improved readme
1 parent 2b85a88 commit d44f415

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Here you can find documents that explain in more detail how Trill works, how it
99
- HighAvailability: details Trill high-availability support
1010
- UserDefinedAggregates: introduces a framework for query authors to create custom aggregates
1111

12-
## Getting started with Samples
12+
## Where do I start from?
13+
14+
You should start by reading the `TrillQueryWritingGuide.pdf` that explains the basic of Trill usage, what is a stream in Trill terms, and how you can create your own application that uses it. This is a *must read* in order to understand how to use Trill.
15+
16+
Once you are familiar with the basics, you can move to `Ingress.pdf` that explain more in detail how to get data in and out of Trill.
17+
18+
## Where are some samples?
1319

1420
All samples are available in the following dedicated repository:
1521

0 commit comments

Comments
 (0)