why?
——
you can use these files for beginning a social n/w type projects in PHP/MySQL development environment.
when i was doing social network project, i searched here & there for database design of a social network, but what i found in the internet were not useful. they provided a introductory sketch about social network database structure but but as i had a limited time frame for my project, those materials were not useful. i have analyzed most of the basic requirements for a social network database structure, and sharing this with you so that it would save some of your time to start out your project.
the database is not completely normalized yet but you can edit it as per your needs. don’t waste to much time on what fields should i use for profile or for a status representation, these entity sets in the design will suffice in most of the cases. You can add entities for pictures, video, music sharing or anything you like. Just use the workbench design file.
Here are few books i’d recommend if you are willing to dive deep into MySQL and database designs
1. Beginning MySQL Database Design and Optimization: From Novice to Professional
or
2. High Performance MySQL: Optimization, Backups, and Replication
files included
—————–
following files are included
sns.7.0-.mwb – MySql WorkBench Design
sns.7.0.png – exported PNG from MySql workbench
sns7.0.sql – exported SQL from MySql Workbench
sns.yml – Doctrine Generated schema in YAML
you can use the MySQL WorkBench Designer available Open Source at http://wb.mysql.com & begin with the mwb file,
change it for your need, export to sql & use it for your project.
Download MySQL Social Network Database Design – Sample
Update 11/14/2011:
Many readers have requested how the project ended up in look.
So, here goes the slide we presented to Tribhuvan University (with formal details cut out).
Thanks for reading this post.
Social Network Database Design Sample – MySQL
https://bhupalsapkota.com/social-network-database-design-sample-mysql/