# No NoSQL

Author: Kyle Kelley
Site: Lambda Ops
Canonical HTML: https://lambdaops.com/posts/no-nosql
Canonical Markdown: https://lambdaops.com/posts-md/no-nosql.md
Published: 2014-06-21T20:01:00.000Z
Topics: NoSQL
Summary: Can we stop saying NoSQL? I'm really tired of describing things by what they're not. I'd much rather describe them by what they are. "This is a JSON document store" "This is an...

---

Can we stop saying NoSQL? I'm really tired of describing things by what they're not.

I'd much rather describe them by what they are.

- "This is a JSON document store"
- "This is an object store"
- "This is a key-value store"
- "This is a graph database"
- "This is a distributed table"
- "This is a thinly veiled attempt at doing something that could have been implemented with Postgres"
- "This is me not caring about ACID guarantees and calling it statistical sampling"
- "My filesystem is a key-value store, get off my back"

```html
</rant>
```

In reality, I have little experience with most of the systems indirectly mentioned here. I'd like to find the right tool(s) for the job to make development easier, operations less painful, and user experience awesome. Is that so much to ask?

---

_For all my blog posts I've decided to hold discussion on Reddit, linking to the post. I didn't do that this time though. Today's post is a mini-post not really intended for anywhere._
