geoHeil
geoHeil
@leopku 1) does your manual approach without brew work now 2) indeed brew is not yet updated to use nightly - unless you have contributed it to the MR as...
How complex would it be (being new to all rust, graphql and in particular roapi) to contribute https://github.com/graphql-compose/graphql-compose-elasticsearch a new query frontend to roapi using a pre-built graphql interface already...
Correct i.e. besides having CSV, parquet or delta files I think having Elasticsearch as a source would be awesome.
Is there any chance to get i.e. the existing graphql interface (linked above) to play nicely? Or would a full-blown integration be required?
Probably support for apache beam would be most interesting.
Can I somehow at least use > 1 core on the CPU?
Memory is not an issue - for now. But how would the graph be split such as we later do not need to handle duplicates? But also do not bias...
I have realized that you are building a cartesian product. This is highly inefficient and requiring giant amounts of memory. On my graph roughly 2TB and calculating forever. I have...
Well I do not need it to stick rather I observe that a materilization (to_pandas) returns the expected result in value_counts (all categories are present) whereas directly calling value_counts on...
Let me check. It certainly is a high cardinality thing. And could well be pagination.