File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A loose outlook of where ` TypeStream ` is headed.
4
4
5
- ## Alpha
5
+ ## Short term
6
6
7
+ - Extensible scheduler interface: we want to allow users to choose where to run long running jobs.
7
8
- Language
8
9
- introduce functions and expression statements like:
9
10
- ` answers=$(cat questions | grep answers); grep $answers 42 > result_42; grep $answers 24 > result_24 `
10
11
- Commands (these imply supporting more types)
11
12
- find
12
13
- tr
14
+ - Serialization
15
+ - support for ` protobuf `
16
+ - Add JSON schema encoding support
17
+ - write back to the schema registry
13
18
14
- ## Beta
19
+ ## Medium term
15
20
16
21
- Introduce new sources:
17
22
- pulsar
18
23
- postgresql
19
24
- Introduce naming strategies for: graph nodes, ` TypeStream ` apps.
20
- - Add JSON schema encoding support
21
25
22
26
## Long term
23
27
You can’t perform that action at this time.
0 commit comments