You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Streame uses a map[string]any map for storing configuration related state that get generated on runtime.
I prefer to have a more structured/typed data structure for storing these kind of runtime generated configurations.
Note: Currently that configuration is only used in join for assigning type of each input on runtime. For example, if we have a join from Order to User, then it will map Order to StreamType and User to TableType.
The text was updated successfully, but these errors were encountered:
farbodahm
added
join
joins are complex and big; So they deserve a separate tag!
refactor
Good code bases should have a refactor tag!
labels
Sep 8, 2024
Currently Streame uses a
map[string]any
map for storing configuration related state that get generated on runtime.I prefer to have a more structured/typed data structure for storing these kind of runtime generated configurations.
join
for assigning type of each input on runtime. For example, if we have a join from Order to User, then it will map Order toStreamType
and User toTableType
.The text was updated successfully, but these errors were encountered: