-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
198e9ac
commit 8f344d4
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Bokeh McBokehface | ||
|
||
## NOTE: Further development moved to moved to [NightShift](https://github.com/LowellObservatory/NightShift) | ||
|
||
Experiment to figure out the deployment and setup details of a bokeh-server instance | ||
that serves multiple plots, and has a single/unified database query that gets | ||
distributed to all of them. | ||
|
||
### Dear God Why | ||
|
||
The bokeh docs are pretty bad, sadly. Most of what I could find was specific to bokeh versions at or near 0.11 or 0.12, | ||
where this was built using bokeh version 1.2.0. There also weren't many/any details on streaming to a | ||
ColumnDataSource, or for a way to pass data to the plot endpoints from a single point. And the callback details | ||
were sketchy at best. So, this experimental repository was where all the bugs got worked out. |