-
https://vldb.org/pvldb/vol10/p1526-bocksrocker.pdf
-
hmm... how to organize all this atomic data?
Perhaps into steps?
```
./data
/A-ingest
/btc
/trends
/...other {data_source}s
/B-preprocess
/B-1-samp…
7yl4r updated
7 years ago
-
BIDS is a structure for organizing data and metadata. There are some BEPs that go beyond this to do something quite different:
* BIDS StatsModels (BEP 002) is a specification of intended processing…
-
I ran into problems while trying to run my local `ogr2ogr` on the Docker's port - versioning problem.
Solution: include supported versions of GDAL in the Docker-compose definition:
```yml
versio…
-
This issue will collect issues/ideas for the COBie Attribute implementation for initial discussion and then create separate more specific issues as necessary for each actionable task if there is concu…
-
By default Yoda creates a "version" every time a new file is created. This means double storage cost.
Expected behaviour:
- Only create a version when a file is modified
Workaround:
- Have an …
-
>**Note**: If your feature-request is regarding the AWS Amplify Console service, please log it in the
[official AWS Amplify Console forum](https://forums.aws.amazon.com/forum.jspa?forumID=314&start=…
-
# v2 Roadmap
## The problem
Currently, the code is in spaghetti form, with clear inefficiencies regarding the use of `HttpService` and a dangerously soft line between fetching data from Trello a…
-
## Short
The Oakestra APIs should have strong versioning to avoid unexpected breaking changes and easier extendability/modifiability.
## Proposal
Rather self-explanatory. We need to add/make sure…
-
hi, seems that `frpc` strictly bounded by `databuf.rs`, but what if we want to use other serialization system. like a bebop, bincode2 or smth like that?