@@ -4,23 +4,9 @@ Databroker
44
55|build_status | |coverage | |pypi_version | |license |
66
7- Databroker is a data **access ** tool built around the `Bluesky Data Model `_.
8- The data it manages may be from ingested files, captured results of a
9- Python-based data analysis, or experimental data acquired using the Bluesky Run
10- Engine.
11-
12- * Provide a consistent programmatic interface to data, **regardless of storage
13- details ** like file format or storage medium.
14- * Provide **metadata and data ** in a coherent bundle, using standard widely-used
15- Python and SciPy data structures.
16- * Support fast, flexible **search ** over metadata.
17- * Enable software tools to operate seamlessly on a
18- mixture of **live-streaming ** data from the Bluesky Run Engine and **saved **
19- data from Databroker.
20-
21- Databroker is developed in concert with `Suitcase `_. Suitcase does data
22- *writing *, and databroker does the reading. Databroker builds on `Intake `_, a
23- generic data access tool (outside of the Bluesky Project).
7+ **The Databroker project is now in maintenance mode, and it is not recommended
8+ for new users. It will be maintained until for years to come to support
9+ existing user code. New users should use Bluesky Tiled Plugins. **
2410
2511============== ==============================================================
2612PyPI ``pip install databroker ``
0 commit comments