-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for session partitioning of dataflow, support for folder-based multiplexing of processing. #57
Comments
Let's keep it simple. Multiple direct links to single reports.
…On Wed, Feb 13, 2019, 10:15 Alexander Bushkovsky ***@***.***> wrote:
We can have a list of documents with links to visualizations on the index
page. Or just render the newest one and provide dropdown to select another
document.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#57>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAanP0RjVv-uDLFWrpvRUHdiEc2qm5maks5vM3UxgaJpZM4a4cv->
.
|
Related to this, how does sessioning work, if at all, currently? So far our tests have all dumped into the same datastore document, unless we stopped the job and re-deployed it. |
currently no user sessions or support for folder-based multiplexing. |
multiplexing meaning that we add an additional GroupByKey for the folder name at the beginning of the pipe. This way each of the samples stays as a group, but many samples can run together, then finally get split apart again when written to different firestore collections (based on folder) |
I see that latest commit has a new |
I have realised that I have also made an attempt to read the firebase documents, in a
|
We can have a list of documents with links to visualizations on the index page. Or just render the newest one and provide dropdown to select another document.
The text was updated successfully, but these errors were encountered: