Difference between revisions of "Fed"

From Wikili
Jump to: navigation, search
Line 1: Line 1:
We plan to create Fed as a tool combining a Website and a Sql Relational Database
+
Fed : '''Fe'''derating '''d'''ata
  
  Fed consits of  
+
==What is Fed==
  * a PostgreSQL Relational Database
+
Fed consits of  
  * a PHP base website using Html and Javascript
+
* a PostgreSQL Relational Database
 +
* a PHP base website using Html and Javascript
  
It should allow to manage
+
It allows to manage
  
 
* people
 
* people
Line 17: Line 18:
  
 
The Gallery is organized as a hierachical tree of Galleries, each Gallery contains Datafiles and other Galleries.
 
The Gallery is organized as a hierachical tree of Galleries, each Gallery contains Datafiles and other Galleries.
 +
 +
The people can upload their Datafiles in a Gallery.
 +
 +
This data are then processed to be integration in the Relational Database.
 +
 +
==Several Feds can be federated==
 +
One interesting point is that several 'independant' Fed can be federated.
 +
* only the people are known everywhere
 +
* groups of people are defined independently in each Fed.
 +
 +
This ca be easily done if the creation of new users is centralized on the unique Dieu. The information concerning the new user is then transferred to the local Fed especially the Pk the unique Id of the user.

Revision as of 14:43, 19 April 2007

Fed : Federating data

What is Fed

Fed consits of

  • a PostgreSQL Relational Database
  • a PHP base website using Html and Javascript

It allows to manage

  • people
  • worpackages
  • components
  • centres

and

  • a Gallery of documents

The Gallery is organized as a hierachical tree of Galleries, each Gallery contains Datafiles and other Galleries.

The people can upload their Datafiles in a Gallery.

This data are then processed to be integration in the Relational Database.

Several Feds can be federated

One interesting point is that several 'independant' Fed can be federated.

  • only the people are known everywhere
  • groups of people are defined independently in each Fed.

This ca be easily done if the creation of new users is centralized on the unique Dieu. The information concerning the new user is then transferred to the local Fed especially the Pk the unique Id of the user.