bindle icon indicating copy to clipboard operation
bindle copied to clipboard

Bindle: Object Storage for Collections

Results 45 bindle issues
Sort by recently updated
recently updated
newest added

`/_i/{bindle-name}@{parcel-id}` It looks to me like the `parcel-id` field here is an unqualified hash. That is, it is up to the server to implicitly choose which hash algorithm to use....

enhancement

A parcel is defined by its ontology, namely the hash of its contents. If a parcel changes, its hash changes. This is great precisely because immutability is enforced throughout the...

I know that bindle was designed with WASM in mind. But I thought I'd just toss out something to think about. Bindle currently has no way to represent parcel's that...

Has any thought been given to access policy for a bindle? `/_i/{bindle-name}@{parcel-id}` I'm **really** glad that all parcel fetches are done in the context of a bindle name. This means...

This is an in progress document containing the brainstorming around how we want to handle authorization in bindle. This comes from a HackMD where various maintainers collaborated on figuring things...

question

Software supply chain flows from upstream(s) through a builder and into a binary artifacts repository (i.e. Bindle). Both the upstream source and the builder can provide versioning information. Bindle's requirement...

I love semver. I wish everyone used it. I use it exclusively. However, by forcing semver it means that builds of software from upstreams who don't use semver cannot be...

Let's say that there is some upstream source code. It has multiple build options (for example, cargo features). We now want to produce builds for the Cartesian product of these...

The current storage providers are server filesystem (about to be removed) and local embedded database (which sits over a filesystem directory). This means that - barring some shared file system...

In the very first design of Bindle, the transport layer was to be http/3 and the invoice and parcels were to be streamed concurrently. When the last parcel was uploaded,...

enhancement