How To Create Online Community 1 - Tables and Authentication

https://www.caspio.com - Learn how to create online community / social networking site.Table structure is the backbone of database projects. See the planning process based on an initial project request all the way to creating filtered views of the Users table for password protection and authentication.

View more

From: CaspioInc

Related topics : database structure of social networking site / social community network sites / creating a social networking site

nosqleast 2009 eifrem neo4j

Many applications today handle data that is deeply associative, i.e. structured as graphs (networks). The most obvious example of this is social networking sites, but even tagging systems, content management systems and wikis deal with inherently hierarchical or graph-shaped data.

This turns out to be a problem because it is difficult to deal with recursive data structures in traditional relational databases and many NoSQL stores alike. For example, in an RDBMS each traversal along a link in a...

View more

From: NoSQLEast

Related topics : social network content management system / database structure of social networking site / manage social networking sites