Skip to content

Commit

Permalink
Update exp/services/ledgerexporter/DEVELOPER_GUIDE.md
Browse files Browse the repository at this point in the history
Co-authored-by: George <[email protected]>
  • Loading branch information
urvisavla and Shaptic authored Jun 27, 2024
1 parent 28db390 commit d6b10b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/services/ledgerexporter/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To achieve its goals, the ledger exporter uses the following architecture, which

- The metadata for the same batch is also stored alongside each exported object. Supported metadata is defined in [metadata.go](https://github.com/stellar/go/blob/master/support/datastore/metadata.go).

- Objects are compressed before uploading using the zstd (zstandard) compression algorithm to optimize network usage and storage needs.
- Objects are compressed before uploading using the [zstd](http://facebook.github.io/zstd/) (zstandard) compression algorithm to optimize network usage and storage needs.

## Data Storage
- An example implementation of `DataStore` for GCS, Google Cloud Storage. This plugin is located in the [support](https://github.com/stellar/go/tree/master/support/datastore) package.
Expand Down

0 comments on commit d6b10b2

Please sign in to comment.