How do you maintain data consistency at scale?
42 as a Service
11–20 of 69 posts
Re: 42 as a Service
#12is there a SOAP API?
Re: 42 as a Service
#13You can use HAProxy or the nginx echo module for this. You don't even need to bother creating an index file to be served.
location / {
echo "42";
}
In fact, I wonder if I could use iptables to return a string...Oh, even better - There's probably a jQuery plugin for this!
Re: 42 as a Service
#14where is the documentation
the content is the documentation
Re: 42 as a Service
#15The real question is how many lines of code? and who can use less lines :D
Re: 42 as a Service
#16I think this will usher in a new era of 42aaS startups - A breath of fresh air we all so desperately need in these dark times. Excellent idea!
Re: 42 as a Service
#17This is the answer to everything!
Re: 42 as a Service
#18where is the documentation
Re: 42 as a Service
#19Not clever.
Re: 42 as a Service
#20does it run in a Docker container?