v6d icon indicating copy to clipboard operation
v6d copied to clipboard

vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)

Results 187 v6d issues
Sort by recently updated
recently updated
newest added

What do these changes do? ------------------------- - Implement arrow fragment by grin apis - Implement grin apis using arrow fragment Related issue number -------------------- Fixes #issue number

Remove the local registry introduced in #1137 as well.

- vineyard-core - vineyard-foreign-loader - vineyard-basic - vineyard-presto - vineyard-spark

enhancement
dev-infra

Describe your problem --------------------- Current spill/reload/migration is implemented into the vineyardd server and is not easily be plugged. Refactor proposal: - implements a standalone binary `vineyard-sealer`, `vineyard-migrator` - deployment: -...

enhancement
component:io
proposal

Describe your problem --------------------- Why? Any workaround? ![image](https://user-images.githubusercontent.com/7144772/206071042-b3fced1c-a4eb-49bf-aadb-0aaff4a2d110.png) ### The behaviour that you expect to work: Additional context ------------------ Add any other context about the problem here.

enhancement
good first issue
component:graph

Describe your problem --------------------- as titled. Additional context ------------------ Add any other context about the problem here.

component:python
kubernetes
contrib

Describe your problem --------------------- Integrate with the https://github.com/unsafecoerce/objectfs to current vineyard-io to replace the ad-hoc I/O adaptors based on arrow's filesystem APIs to ease the distribution and environment setup. Additional...

good first issue
component:io

Describe your problem --------------------- There's a todo: https://github.com/v6d-io/v6d/blob/main/modules/graph/fragment/arrow_fragment.vineyard-mod#L690 and the logic to compute total edges for directed graphs is incorrect: https://github.com/v6d-io/v6d/blob/main/modules/graph/fragment/arrow_fragment.vineyard-mod#L288 Additional context ------------------ Add any other context about the...

bug
component:graph

Describe your problem --------------------- TBF.

kubernetes

Describe your problem --------------------- It would be great if pointers keep valid between processes, that means a data structure on vineyard can be directly used by another process, without the...

proposal