db_to_all_synced module

Creates links between different data sources in the database.

This function deletes duplicate objects, tags, and links, and then creates links between eGroupWare and Netstore, and between eGroupWare and OMERO based on overlapping data.

Returns: None

db_to_all_synced.main()[source]

Main function to execute the synchronization process.

This function removes the OMERO import file if it exists, creates links between different data sources, and synchronizes the data with OMERO and RSpace.

Returns: None

db_to_all_synced.sync_omero()[source]

Synchronizes OMERO data with the database and performs necessary operations.

This function inserts OMERO data into the database, creates links between different data sources, and synchronizes the data with OMERO.

Returns: None

db_to_all_synced.sync_rspace()[source]

Synchronizes RSpace data with the database and performs necessary operations.

This function retrieves data from the database, creates links between different data sources, and synchronizes the data with RSpace.

Returns: None