Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/how-to/exporters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Replay Bluesky documents

The bluesky-tiled-plugings package provides a Tiled exporter that produces
The bluesky-tiled-plugins package provides a Tiled exporter that produces
Bluesky documents, encoded as [newline-delimited JSON][].

This supports the `run.documents()` method in the Python client.
Expand All @@ -13,6 +13,8 @@ media_types:
application/json-seq: bluesky_tiled_plugins.exporters:json_seq_exporter
```

## Fidelity

Tiled does not store the documents in their original form. It stores a
consolidated representation of the metadata and data extracted from the
documents, which enables better read performance. Therefore, the exported
Expand Down