tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.7k stars 1.66k forks source link

Productionize TensorBoard #92

Closed jart closed 6 years ago

jart commented 7 years ago

Note: This information is somewhat of date. New information will be shared shortly.

We have just begun working on making TensorBoard capable of running as a multitenant production service. This issue will be tracking progress and commits relating to this effort.

Prerequisites

Features

Database Support

Cache Support

Productionization

Monitoring

Security

Please note that the list above contains both things: a) we intend to write; and b) would be nice to write. We may not necessarily have time to implement all of the above. If any of these checkboxes are of particular importance to you, or you'd like to see some added, or would like to contribute to their development, then please let us know.

weberxie commented 7 years ago

Hi, @jart this issue looks like a vast project, whether there is a design document to describe what you want to make? It is convenient for us to take part in.

jlewi commented 7 years ago

@jart How will non Tensor summaries be stored in the database? Will they be converted into Tensors and stored in the Tensors table?

bhack commented 6 years ago

Any news on this? Can you expose a Roadmap related to TB versions?

jart commented 6 years ago

Still working on getting some functionality off the ground. I plan to communicate as this happens.

cwbeitel commented 6 years ago

Experiment listing, comparison, and search are awesome features.

jart commented 6 years ago

I'm closing this issue out because a lot of the things we listed earlier are too ambitious and potentially overlap with the work other folks are doing. We'll need to think more about how we want to approach this topic delicately, in a way that dovetails with the efforts of other teams and companies.

thinxer commented 6 years ago

Hi @jart , would you please share some stories about what other teams are doing on this topic? Maybe the community can work out a pluggable interface for multi-tenant usages.

alexattia commented 6 years ago

Do you plan to add security (password login for instance) to TensorBoard?

guhur commented 5 years ago

Do you plan to add security (password login for instance) to TensorBoard?

@alexattia an alternative solution consists in using TensorBoard behind a web server and adding an authentication on the web server.