Is it possible to use Apache Apex without DataTorrent RTS? It seems possible, but I couldn't find any tutorial about installing own build of apex sources(to run, you need at leas apex
binary). I see that Apex CLI is available after build in ./engine/src/main/scripts/apex
but maybe there is some easier way than build it piece by piece.
Asked
Active
Viewed 210 times
2

Krever
- 1,371
- 1
- 13
- 32
-
Do you want to build your own Apex only Binary? – Ajay Gupta Nov 24 '16 at 13:58
-
I want to build and start Apex application using only Apex :) – Krever Nov 25 '16 at 07:58
3 Answers
4
Yes, it is possible to use Apex without DataTorrent RTS. You refer to the video https://www.youtube.com/watch?v=LwRWBudOjg4 if you need step by step instructions.
You can also refer to the beginners guide: http://docs.datatorrent.com/beginner/

Sandeep Deshmukh
- 465
- 2
- 6
2
Apex is also part of Apache Bigtop and there is a docker image available as well:

Thomas
- 348
- 1
- 11
-
I've seen this on apex website, but didn't notice that Bigtop is Apache project. Thanks. – Krever Nov 25 '16 at 08:25
0
There are self-paced online courses too.
https://www.datatorrent.com/university/self-paced-online-courses/

brusli
- 79
- 9