Joel Natividad
Joel Natividad
Hi @jaemk @jakobn-ai , I just came across [bincode](https://github.com/bincode-org/bincode), and was wondering if it can be leveraged for this feature.
Just wanted to add that with the recent addition of the `RedisCache` store in 0.32 you effectively have the ability to store cache entries to disk, as Redis by default...
Sorry I didn't get back earlier, but thanks for your thorough response! I don't know enough about your implementation to cogently comment on your points, but the details I can...
@Stranger6667 I'll start testing the jsonschema-csr prototype and will let you know my findings! I need to update qsv's benchmarks soonish and I'll be sure to include the prototype in...
Hi @AntonHermann, I'm the maintainer of the qsv fork and I too would like to see this feature and look forward to your PR!
xsv is a fundamental part of the data-publishing pipeline in a project I’m working on. That’s why I created a fork, as xsv has allowed me to outsource a lot...
@BurntSushi @torotil it took a bit longer than expected, but I finally got around to creating the first release of qsv :) https://github.com/jqnatividad/qsv/releases/tag/0.14.0 I look forward to your feedback!
@aborruso , you may want to check out [qsv ](https://github.com/jqnatividad/qsv#qsv-ultra-fast-csv-data-wrangling-cli-toolkit)- a fork of xsv. It has nullcount, infers Date/DateTime data types, along with some additional descriptive statistics for [`stats`](https://github.com/jqnatividad/qsv/blob/master/src/cmd/stats.rs#L24).
@BurntSushi Just pinging this issue. Since the last comment, several libraries for date parsing have come up, notable among which is https://github.com/bspeice/dtparse. Perhaps, this issue can now be revisited?
It might still be useful to implement a provenance-extended sitemap version in ckanext-dcat, for populating properties like `sameAs`, `isBasedOn`, etc. in the sitemap file so Google can use this info...