NSA built a NoSQL database
wiki.apache.org
NSA built a NoSQL database
1–10 of 57 posts
Re: NSA built a NoSQL database
#2Re: NSA built a NoSQL database
#3 svn co https://svn.apache.org/repos/asf/incubator/accumulo
doesn't seem to workRe: NSA built a NoSQL database
#4It seems that the tags for cells seems to be an important feature of this database, and they also mention it is appropriate for places where "privacy is important". Can someone explain the connection between these two? If I'm understanding right, the labeling makes it easy to address individual cells, but I'm not sure how that enhances privacy.
Re: NSA built a NoSQL database
#5svn co https://svn.apache.org/repos/asf/incubator/accumulo doesn't seem to work
Re: NSA built a NoSQL database
#6svn co https://svn.apache.org/repos/asf/incubator/accumulo doesn't seem to work
Re: NSA built a NoSQL database
#7100s of pages of documentation is a promising start for any open source project.
Re: NSA built a NoSQL database
#8It'll be a challenge because Label security slows things down quite a bit.
Re: NSA built a NoSQL database
#9" The core codebase consists of 200,000 lines of code (mainly Java) and 100s of pages of documentation." 100s of pages of documentation is a promising start for any open source project.
Also explains why it's 200,000 lines of code, for something that should be an order of magnitude smaller.