Skip to content

Commit

Permalink
Migrate filesystem writers to Sink concept (#240)
Browse files Browse the repository at this point in the history
### Changed

- Calling `acquire_get_configuration()` with a Zarr storage device now
returns a URI of the storage device, with file://
  scheme indicator and absolute path, assuming localhost.
  • Loading branch information
aliddell authored May 7, 2024
1 parent e6abd82 commit 175f45b
Show file tree
Hide file tree
Showing 19 changed files with 844 additions and 584 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Changed

- Calling `acquire_get_configuration` with a Zarr storage device now returns a URI of the storage device, with file://
scheme indicator and absolute path, assuming localhost.

## [0.1.11](https://github.com/acquire-project/acquire-driver-zarr/compare/v0.1.10..v0.1.11) - 2024-04-22

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ set(tgt acquire-driver-zarr)
add_library(${tgt} MODULE
common.hh
common.cpp
writers/sink.hh
writers/file.sink.hh
writers/file.sink.cpp
writers/writer.hh
writers/writer.cpp
writers/zarrv2.writer.hh
Expand Down
Loading

0 comments on commit 175f45b

Please sign in to comment.