databroker icon indicating copy to clipboard operation
databroker copied to clipboard

Unified API pulling data from multiple sources

Results 112 databroker issues
Sort by recently updated
recently updated
newest added

I made a python package of a database of msgpack files. Below is the repo of the package. https://github.com/st3107/dbexample I installed the package and I can access the databroker catalog....

We store the times as floating point EPOCH seconds and we present them to the user this way as well. Working with Tatiana recently on data alignment, I found myself...

The scheduled run of the databroker unit tests on GitHub Actions failed these two tests across the whole matrix: ``` FAILED databroker/tests/test_broker.py::test_find_by_string_time[sqlite] - as... FAILED databroker/tests/test_broker.py::test_find_by_string_time[mongo] - ass... ``` The...

The `BlueskyRun` has `event_model.Filler` instances (one for greedy I/O and one more delayed I/O) which each may have cached `Handler` instances which each may have open files. These files are...

Currently, databroker.projector:project_xarray provides an xarray.Dataset instance with projected fields renamed according to the selected projection. One issue with this design the return requires a fair amount of prior knowledge about...

enhancement

I just merge master into a local branch and I'm seeing a couple of test failures: ``` ___________________________________________________________________________ test_time_range ___________________________________________________________________________ def test_time_range(): empty = TimeRange() assert empty == dict(empty) ==...

https://twitter.com/xarray_dev/status/1322283730082226176?s=20

Currently, the the code in databroker.projector has helpers to select a single projection from a list of possible projections identified in the start document, either by name or, if name...

enhancement

The initial version of the projector contains a misunderstanding of the event-model documents structure. I took the techniques PR from @tacaswell and implemnted "configuration" types as metadata from the run...

bug

While we are fixing the experimental v2 API with backward-incompatible changes (https://github.com/bluesky/databroker/pull/616) I would like to open up another Pandora's jar that has been left closed for awhile. In a...