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.

NoSQL Data Modeling Techniques

157 pointsby victorbojicaover 8 years ago

3 comments

michaelmiorover 8 years ago
This post provides a great general purpose overview of common data modeling techniques. I&#x27;m going to take an opportunity to share some of my work in the area. NoSE[0] is a tool I&#x27;ve been building to automate the data modeling process for NoSQL systems. The models it produces cover many of the techniques mentioned in the article.<p>The high level idea is that with a model of the data an application wants to store and the workload, NoSE will suggest a data model for a particular NoSQL store. Currently I&#x27;ve only tested this out with Cassandra although most of the work to support MongoDB is in place as well.<p>Happy to work with anyone who may be interested in trying it out :)<p>[0] <a href="https:&#x2F;&#x2F;michael.mior.ca&#x2F;projects&#x2F;NoSE&#x2F;" rel="nofollow">https:&#x2F;&#x2F;michael.mior.ca&#x2F;projects&#x2F;NoSE&#x2F;</a>
评论 #12740532 未加载
dacmover 8 years ago
Should be noted in the title that this post is from 2012
bogomipzover 8 years ago
This is a great survey of the modern data stores landscape. The cartoon at the top is hilarious as well. Thanks for sharing.