TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: My first tiny web service, a simple key/value store

33 pointsby donutdan4114almost 10 years ago

13 comments

paulasmuthalmost 10 years ago
I am not sure I understand the pricing and&#x2F;or the service. What are your guarantees about dropping or not dropping keys? Obviously you can&#x27;t sell unlimited memcache space for 20$&#x2F;mo and you must protect against customers exhausting all your available resources.<p>So since it&#x27;s quite obvious that there must be some limit and&#x2F;or expiration policy I think you should really just spell it out on the page.
评论 #9597550 未加载
评论 #9597574 未加载
mzjsalmost 10 years ago
It&#x27;s an interesting idea, but I&#x27;m not sure there are very many potential use cases. Mostly, I can see using this client-side so that I don&#x27;t need to set up a back end myself, but if I understand correctly, that&#x27;s not really possible since you have to keep the API key private.
评论 #9597501 未加载
评论 #9597990 未加载
评论 #9597530 未加载
bikamonkialmost 10 years ago
I&#x27;ve used parse.com free account, created a class named &#x27;cache&#x27; with columns &#x27;key&#x27; &amp; &#x27;value&#x27;. The free plan&#x27;s capacity is like 100k bigger than your highest paid plan. Sorry, I do not see the advantage of your service.
orfalmost 10 years ago
&gt;&gt; curl <a href="https:&#x2F;&#x2F;tinycache.io&#x2F;api&#x2F;v1&#x2F;YOUR_API_KEY&#x2F;mysecretkey?decrypt=supersecretkey" rel="nofollow">https:&#x2F;&#x2F;tinycache.io&#x2F;api&#x2F;v1&#x2F;YOUR_API_KEY&#x2F;mysecretkey?decrypt...</a><p>Passing the key as a GET parameter is not super-secret, I would avoid doing that if possible.
评论 #9597761 未加载
jkestneralmost 10 years ago
I like the idea of the pixel font, but find one that doesn&#x27;t make the N look ugly. Silkscreen&#x27;s usually a safe choice.<p>And I&#x27;d make the dev account more than 100 hits&#x2F;day. I could easily go through that while actually coding, fixing bugs, repeat.<p>Since the use case is about quick, lightweight projects, I&#x27;d make creating an account optional until you need it. I&#x27;d want this to be as frictionless as possible, so that if I&#x27;m in the throes of coding and want the simplest possible key value store, I can just type in a URL like <a href="https:&#x2F;&#x2F;tinycache.io&#x2F;api&#x2F;myemail@address.com&#x2F;CACHE_KEY" rel="nofollow">https:&#x2F;&#x2F;tinycache.io&#x2F;api&#x2F;myemail@address.com&#x2F;CACHE_KEY</a> and know it&#x27;ll work without having to break out of my editor.
评论 #9597797 未加载
rubyn00biealmost 10 years ago
I&#x27;d really caution against your pricing structure. Unlimited access to a million keys is no joke, I&#x27;ve run some rather large memcached servers and none of them were $20&#x2F;month.<p>You should pricing should always reflect the true cost + your desired profit margin. I&#x27;d probably be charging hardware usage + 15% before even factoring in the value of the service itself.<p>Right now I&#x27;d say you&#x27;re vastly too cheap; don&#x27;t think about the costs solely as your servers but what&#x27;s the value you&#x27;ve added to memcached&#x2F;caching? Surely that&#x27;s more than what you&#x27;re charging?<p>Tldr; Keep the small plans cheap but make the big plans waaay more expensive. Those using the biggest plans are finding the most value.
评论 #9597705 未加载
评论 #9597709 未加载
评论 #9597711 未加载
NicoJuicyalmost 10 years ago
Who would pay for this ? I truelly wouldn&#x27;t know
评论 #9597538 未加载
评论 #9597505 未加载
donutdan4114almost 10 years ago
Hey everyone, all feedback is appreciated. The main point of the service is speed, and ease-of-implementation. It&#x27;s very easy to setup an account, and the API is very simple.<p>Always curious what fellow HNer&#x27;s opinions are.
评论 #9597779 未加载
FriedPicklesalmost 10 years ago
Awesome I (a human) love it. Trying to sign up but I&#x27;m having this problem: <a href="https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;yd91j84bmrg4w0w&#x2F;Screenshot%202015-05-24%2014.49.33.jpg?dl=0" rel="nofollow">https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;yd91j84bmrg4w0w&#x2F;Screenshot%202015-...</a>
评论 #9597769 未加载
donutdan4114almost 10 years ago
For personal use, this page explains how to setup a local script to work with the API. Makes it super easy to access whatever data you want across different computers.<p><a href="https:&#x2F;&#x2F;tinycache.io&#x2F;documentation&#x2F;examples" rel="nofollow">https:&#x2F;&#x2F;tinycache.io&#x2F;documentation&#x2F;examples</a>
rtz12almost 10 years ago
I&#x27;m having a hard time figuring out what this service could be used for.
评论 #9597509 未加载
Mahnalmost 10 years ago
Key&#x2F;value databases are simple enough to setup and run, even for small projects. I can&#x27;t see myself paying for a service like this.
评论 #9597750 未加载
navdalmost 10 years ago
I actually like this, and am happy that you were able to release something... Most people don&#x27;t!