Show HN: Key/Value Store as-a-Service
11–20 of 34 posts
Re: Show HN: Key/Value Store as-a-Service
#12Re: Show HN: Key/Value Store as-a-Service
#13Re: Show HN: Key/Value Store as-a-Service
#14Add SSL. With LetsEncrypt, it's table stakes.
If they don't know this much, what else don't they know? Not to mention they don't disclose anything about the team or company other than it is "Made with Love in Istanbul". No reason not to assume its a kid who has never hosted a production service in their life.
Re: Show HN: Key/Value Store as-a-Service
#15A wide range of popular key/value stores exist and are easy enough to manage. Cloud provider also offer cheap managed stores.
Re: Show HN: Key/Value Store as-a-Service
#16$ curl -X POST http://api.keyvalue.xyz/new/key1 http://api.keyvalue.xyz/3b629f4d/key1
$ curl -X POST http://api.keyvalue.xyz/new/key2 http://api.keyvalue.xyz/3eea0e2c/key2
Re: Show HN: Key/Value Store as-a-Service
#17It looks like this has SSL configured and listening, but there is no certificate or private key loaded: [~] : openssl s_client -connect 54.243.85.55:443 CONNECTED(00000003) 140150585800568:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error:s23_clnt.c:769: --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 7 bytes and written 201 bytes --- Ne…
Re: Show HN: Key/Value Store as-a-Service
#18Typo in the terminal screenshot: > http://api.keyvalue/xyz/c98ab8e0/myKey `api.keyvalue/xyz` vs. `api.keyvalue.xyz`
Re: Show HN: Key/Value Store as-a-Service
#19Re: Show HN: Key/Value Store as-a-Service
#20So this is basically CouchDB?