Showing posts with label NoSQL. Show all posts
Showing posts with label NoSQL. Show all posts

Tuesday, September 6, 2011

Blog: NSA Extends Label-Based Security to Big Data Stores (key/value data stores - NoSQL]

NSA Extends Label-Based Security to Big Data Stores
IDG News Service (09/06/11) Joab Jackson

The U.S. National Security Agency (NSA) recently submitted Accumulo, new label-based data store software, to the Apache Software Foundation, hoping that more parties will continue to develop the technology for use in future secure systems. "We have made much progress in developing this project over the past [three] years and believe both the project and the interested communities would benefit from this work being openly available and having open development," say the NSA developers. Accumulo, which is based on Google's BigTable design, is a key/value data store, in which providing the system with the key will return the data associated with that key. Accumulo also can be run on multiple servers, making it a good candidate for big data systems. The system's defining feature is the ability to tag each data cell with a label, and a section called column visibility that can store the labels. "The access labels in Accumulo do not in themselves provide a complete security solution, but are a mechanism for labeling each piece of data with the authorizations that are necessary to see it," the NSA says. The new label-based storage system could be the basis of other secure data store-based systems, which could be used by healthcare, government agencies, and other parties with strict security and privacy requirements.

Tuesday, April 5, 2011

Blog: Microsoft Researchers: NoSQL Needs Standardization

Microsoft Researchers: NoSQL Needs Standardization
InfoWorld (04/05/11) Joab Jackson

The growing number of non-relational structured query language (NoSQL) databases needs standardization in order to thrive, according to Microsoft researchers. "Programming, deploying, and managing NoSQL solutions requires specialized and low-level knowledge that does not easily carry over from one vendor's product to another," write Microsoft's researchers Erik Meijer and Gavin Bierman in the April issue of Communications of the ACM. The researchers developed coSQL, a mathematical data model and standardized query language that could be used to combine NoSQL and SQL data models. The researchers say that NoSQL could benefit from the same type of standardization that SQL experienced in the early 1970s. "Just as Codd's discovery of relational algebra as a formal basis for SQL ... propelled a billion-dollar industry around SQL, we believe that our categorical data-model formalization and monadic query language will allow the same economic growth to occur for coSQL key-value stores," the researchers write.

View Full Article

Blog Archive