LaChapeliere
LaChapeliere
@riibeirogabriel The microservices rest API has to be called with curl, right? Could you give me any example of a complete command you would enter in the terminal of your...
@riibeirogabriel I'm not sure whether to cry or be happy, I've always muddled through with curl because I thought I didn't have any other option... Thanks!
@riibeirogabriel I've pushed the quick start to PR #95, could you please check that I haven't missed anything? That way I'll dive into the more detailed instructions
@riibeirogabriel Would learningOrchestra work on a single-node swarm or is it a deal breaker?
> If this node has around 12 gb of RAM, a quad-core processor and 100 gb of disk, it can work with small datasets, but to treat with big data,...
Another noob question, because I don't have the setup to run it on my own computer: I imagine when we run `sudo ./run.sh`, it runs on a loop and we...
Yes, it doesn't matter since the deploy is one-time.
How long is the deploy, typically?
@riibeirogabriel Could you confirm the categories I've assigned to each microservice, please? Database API- Gather data Projection API- Visualize data and results (I'm assuming we're talking about mapping data points...
> Nop, there are a treatment in each microservice to respond mishandled requests, in this case is returned a bad request error, do you think which is necessary add all...