David Gasquez
David Gasquez
Could perhaps be used with an [S3 interface to IPFS](https://twitter.com/ChainSafeth/status/1536347011079110656).
IPNS is not production ready jet for something like this. For now, something like DNSLink should do it!
Hey! Just curious if the following use case will be possible once this feature ships! The idea is to publish [a bunch of `dbt` compiled views](https://docs.getdbt.com/docs/building-a-dbt-project/building-models/materializations#view) queries somewhere. This is...
Curious about the plans for this issue. Would love to have both `sachaos/todoist` and `KryDos/todoist-linux` installed locally!
Heya there! Any updates on this issue? Would love to run a `datafusion` benchmark with the partitioned files. The queries not affected by this issue look very promissing!
Hey there! Curious about the state/priority of this issue. :eyes:
Awesome! Thanks for the info @wjones127. Sadly, I don't know Rust to help here.
Another alternative is to mount IPFS as a local FS directory and use that. Kubo can do that, and these other projects might help: - https://github.com/SupraSummus/ipfs-api-mount - https://github.com/TheDiscordian/ipfs-sync
In theory, it should be possible to use `fsspec` IPFS implementation to initialize a PyArrow dataset. In practice, it fails. :sweat_smile: ```python import pyarrow as pa import pyarrow.dataset as ds...
It works when using https://github.com/AlgoveraAI/ipfspy!