Byron Ruth

Results 243 comments of Byron Ruth
trafficstars

I was curious if anyone was thinking about this or working on it? Any ideas on what the path forward would be?

Mind sharing those use cases and how a CSV file would map to the structure of an index?

Thanks. I found the table in the [Python notebook](https://github.com/pilosa/notebooks/blob/master/taxi-use-case.ipynb) you put together helpful as well as the suggestion for binning strategies. The general recommendation for row IDs is that they...

Thanks for the contribution! > I'm struggling with the asciicinema. I see the `output.txt` was generated, what error do you get when running that command?

Hi @Kowiste, NATS does not support defining streams in the configuration file. The options are programmatically through the client libraries (e.g. Go), the [CLI](https://github.com/nats-io/natscli), a [Terraform provider](https://github.com/nats-io/terraform-provider-jetstream#jetstream_stream), or [nack](https://github.com/nats-io/nack#jetstream-controller) (a...

@gedw99 Unfortunately I don't have a Mac to test this out on, but it seems more of an issue appropriate for the CompileDaemon repo?

Thanks for the report, I will check it out.

@matthiashanel One follow-up question is that the single `ops` user in this example is being used for both leaf nodes, rather than a separate one per leaf node. I not...

Just thought of something else.. this is a multi-operator setup, but if the leaf nodes use the same operator, could we instead create separate system accounts per leaf node? (Maybe...

> could we instead create separate system accounts per leaf node? Nope, that doesn't work. When trying to use a different account in a leaf.. ``` nats-server: system_account in config...