Next Previous Contents

5. Data Structure Modifications

5.1 Action Applications Node Table

A Action Applications Node Table is introduced. The table contains information about remote Action Applications installations to which a local node has a trusting relationship. The trusting relationship is the precondition to install inter node article feeds.

The table is called nodes. It contains these fields:

5.2 Incoming External Feeds Table

All inter node feeds are controlled by the external feeds table.

The table is called external_feeds. The table has one row for each incoming feed. The fields and their meanings are:

5.3 Incoming External Feeds Categories Table

The table contains remote categories used with external feeds.

It is called ef_categories. Each incoming feed has its own set of categories.

The fields are:

The primary key consists of the fields category_id and feed_id.

5.4 Outgoing External Feed Permissions

The table contains permission settings for outgoing external feeds on a per slice basis.

The table is named ef_permissions.

Its fields are:

The primary key consists of all fields.

5.5 Items table

The items table needs a new field:

externally_fed - if the item came in through an external feed, the name of the node which fed it is stored here. Name according to table nodes , field name.


Next Previous Contents