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.

Elasticsearch as a NoSQL Database (2013)

64 pointsby brasetvikover 11 years ago

2 comments

freshhawkover 11 years ago
Thank you brasetvik! I literally decided to use Elasticsearch in this way this morning for a project but had that "this seems like a great solution given my requirements but what if I'm missing some unknown unknown" feeling. Since I'm starting implementation on this today I appreciate your timing.
评论 #7227668 未加载
saryantover 11 years ago
We use Elasticsearch as an index in front of Neo4j but also as a NoSQL database. Free-form search is still the big draw for us but treating it as a database has worked really well so far.<p>There are a few things that bug me about ES (the bulk update API format...). Other than that it&#x27;s been a big success for us and the found.no blog posts about it were a big help.