Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


There already exist some platforms with the same objectives as OpenCGA. However, they are focused on representing strictly the information from the files they storedstore. OpenCGA, on the other side, not only includes this information, but its generic databases include extra fields of interest and allow to combine allows combining data from different studies seamlessly.

...

  • Different NoSQL databases for storage. Users can choose which database fits bets its best current infrastructure and data size
  • Apache Hadoop for big data processing and storage
  • High-performance Computing (HPC) for computation-intensive analysis
  • HTML5 and RESTful web services for information retrieval and data visualization

...

Platform Overview

The image below show shows a global view of the infrastructure used by OpenCGA. When a file is uploaded to the system, it is stored in:

  • A filesystem for archiving purposes. This filesystem could be UNIX -based or Hadoop-based.
  • A database for interactive queries. We plan to support MongoDB and HBase databases.


This dual schema will always allow to download the original files from the archiving file system, and to use the databases to retrieve information much faster than reading the files.

Apache Hadoop could be considered the de facto standard for Big Data analysis. OpenCGA will allow several ways of accessing and analyzing a file using Hadoop. First, by By storing a file in an HDFS filesystem, it is be possible to read it directly and run Map/Reduce jobs. If its data is also saved to a HBase database, real-time queries could can also be executed.

It is important to note that the storage and analysis subsystems are not completely separated: Hadoop uses the same machines for data storage and computation in order to reduce network traffic and improve efficiency.

Users do not have direct access to the storage and analysis subsystems, but they access data using a web services API. This provides both an homogeneous way of presenting the information and a security layer that can be easily implemented and improved.

...

At this section you can find some useful links and information for researchers and software developers who are planning to deploy and/or integrating integrate OpenCGA services with their software applications and tools. These are working documents:

  • Data models : Describes data models for representing Variant and alignment data.
  • Architecture : Describes the technologies and architecture of OpenCGA and some other implementation details.
  • Storage implementation : Describes how the data models are mapped to the different database backends (Mongo and HBase).
  • Releases and Roadmap : Do you want to know what's coming next?
  • Download and install : Please have a look at the [README file](https://github.com/opencb/opencga/blob/develop/README.md) in the repository.

Getting Involved

OpenCGA is an open-source project and as such, we welcome everyone who wants to contribute in any way they can :) Helping with the development, documentation or testing and bug reporting are always useful! If you want to get involved in some way, please join our mailing list opencb@googlegroups.com.