Skip to content

Commit 7d4fc94

Browse files
authored
docs: roadmap updates (#15)
1 parent 0c4a0f5 commit 7d4fc94

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/docs/roadmap.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@
22

33
A loose outlook of where `TypeStream` is headed.
44

5-
## Alpha
5+
## Short term
66

7+
- Extensible scheduler interface: we want to allow users to choose where to run long running jobs.
78
- Language
89
- introduce functions and expression statements like:
910
- `answers=$(cat questions | grep answers); grep $answers 42 > result_42; grep $answers 24 > result_24`
1011
- Commands (these imply supporting more types)
1112
- find
1213
- tr
14+
- Serialization
15+
- support for `protobuf`
16+
- Add JSON schema encoding support
17+
- write back to the schema registry
1318

14-
## Beta
19+
## Medium term
1520

1621
- Introduce new sources:
1722
- pulsar
1823
- postgresql
1924
- Introduce naming strategies for: graph nodes, `TypeStream` apps.
20-
- Add JSON schema encoding support
2125

2226
## Long term
2327

0 commit comments

Comments
 (0)