What is OpenSN ( Open Social Network ) ?

Open Social Network ( OpenSN ) helps people convert social network profiles from one system to another.

Open Social Network ( OpenSN ) is an Open Standard for an intermediary format that a growing number of social network profiles can be converted to & from.

The Open Social Network ( OpenSN ) specification refers to the interchange format - a method of representing online profile data.

Open Social Network ( OpenSN ) has been used by FindMeOn.com since October 2006 to manage, track, and analyze online identities. In October 2007, 50MM+ online profiles were stored and analyzed in Open Social Network native format.

schema installation

Note: 2007/11/11: All schemas tested to work on psql (PostgreSQL) 8.1.0

	$ psql -Upostgres 
	postgres=# CREATE USER opensn WITH PASSWORD 'opensn';
	postgres=# CREATE DATABASE opensn WITH OWNER opensn;
	$ psql -Uopensn opensn < VERSION.sql