Examples ======== Our `github repository `_ contains several examples that demonstrate how to use qdrive and dataqruiser, and how to set up synchronization for different data sources. .. Fetching datasets .. ----------------- .. To fetch data (both local and remote) you can use the following where `my_uuid` can be either the dataset .. uuid or the unique identifier assigned from your data acquisition software. .. .. code-block:: python .. from qdrive import dataset .. dsq = dataset(my_uuid)