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

It would be nice to be able to lookup files by a uid instead of a file path. This would mean that we wouldn't have to update the mongo documents...

I noticed that databroker first attempts to find configuration files via its own distinct discovery mechanism, then falls back to Intake's discovery mechanism. Although they are similar, these discovery mechanisms...

Ported from https://github.com/NSLS-II/metadatastore/issues/256: Enable users to add comments at any time after a run that are loaded with the header. ```python3 # Add a comment associated with zero, one, or...

As discussed on the pilot call. We have gone as a far as concluding that the read and write sides of databroker should be separated (databroker -> for read suitcase/serializer...

![image](https://user-images.githubusercontent.com/11858848/91063197-ac63e000-e5fb-11ea-98d3-8724a10b672c.png)

follow up to #603 . It seems like we should be able to at least cover the `PYTHON_INSTALL/etc/` path on windows. This maybe a problem that `appdirs` will "just fix"...

Several use cases that we have seen have highlighted a desire for an API that can help find the relationships between runs. This was discussed in the coalition call today...

enhancement

I was confused about registering databroker.handlers when developing an ingestor. I thought the whole registry still required a spec member in the sublass of HandlerBase. So I aired my confusion...

tag:documentation

Suitcase mongo and databroker.v0 both create mongo indexes. We changed the indexes in suitcase-mongo, now they don't match databroker.v0. If the index conflicts we get an error: ![image](https://user-images.githubusercontent.com/11858848/92279908-4d894b00-eec6-11ea-83f7-41dd648cd601.png)