Team:SUSTC-Shenzhen-A/Biosearch Tool

From 2012.igem.org

(Difference between revisions)
Line 160: Line 160:
<body >
<body >
-
<table width="899" border="0" cellspacing="10px" cellpadding="10px">
+
<table width="899" border="0" cellspacing="10" cellpadding="10" align="center">
-
        <tr>
+
-
          <td valign="top"><div id="talkbubble_a">
+
-
<p class="title">MySQL Abstract</p>
+
-
<p>&nbsp;&nbsp;We have use MySQL as our relational database management system (RDBMS). The MySQL database has become the world's most popular open source database .Many of the world's largest and fastest-growing organizations including Facebook, Google, Adobe, Alcatel Lucent and Zappos rely on MySQL to save time and money powering their high-volume Web sites, business-critical systems and packaged software. We choose MySQL mainly because it is fast and easy to use. MySQL is believed to be the fastest database around the world, it is high-performance but simple for we novices to learn. In addition, MySQL support SQL language, exactly the language of our existing database and it provides means for us to load as well as to dump xml file which greatly expand its practicability. Considering general limited disk space of mobile devices, MySQL exhibits modest size distribution and perfect portability from high-end servers down to small personal computers. Besides, MySQL is easy to obtain from web browser without any cost and its open-source characteristic inspires us to study its algorithms to get progress. Consequently, compared to other products, MySQL is our ideal choice for RDBMS to assist us in accomplishing our iPhone App BioSearch.</p>
+
-
<p>&nbsp;&nbsp;</p>
+
-
<p>&nbsp;&nbsp;</p>
+
-
<img src="https://static.igem.org/mediawiki/2012/f/f1/Devidingline.jpg" longdesc="https://static.igem.org/mediawiki/2012/f/f1/Devidingline.jpg">     
+
-
</div>
+
-
</td>
+
-
 
+
-
 
+
-
        <td><div id="talkbubble1"><div class="sidebar_box"><div class="sidebar_box_top"></div>
+
-
<div class="sidebar_box_content">           
+
-
<p class="title1">Biosearch</p>
+
-
<img src="https://static.igem.org/mediawiki/2012/c/c9/Devidingline_side.jpg">
+
-
<p><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Background"><strong>Background</strong></a></p>
+
-
<p><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Outlook"><strong>Outlook</strong></a></p>
+
-
<p><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Tutorial"><strong>Tutorial</strong></a></p>
+
-
<p><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Tool"><strong>Tool</strong></a></p>
+
-
<p><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Algorithm"><strong>Algorithm</strong></a></p>
+
-
<p><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Experience"><strong>Experience&Update</strong></a></p>
+
-
<p><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Reference"><strong>Reference</strong></a></p>
+
-
<div class="sidebar_box_bottom"></div>                   
+
-
          </div>
+
-
</td>
+
-
            </tr>
+
-
</table>
+
-
 
+
-
<table width="899" border="0" cellspacing="10" cellpadding="10">
+
   <tr>
   <tr>
     <td><div id="talkbubble_c1">
     <td><div id="talkbubble_c1">
Line 230: Line 201:
</body>
</body>
</html>
</html>
-
[[file:footbar.jpg]]
+
[[file:footbar.jpg|center]]

Revision as of 07:51, 22 September 2012

MySQL

image 2

  We have use MySQL as our relational database management system (RDBMS). The MySQL database has become the world's most popular open source database .Many of the world's largest and fastest-growing organizations including Facebook, Google, Adobe, Alcatel Lucent and Zappos rely on MySQL to save time and money powering their high-volume Web sites, business-critical systems and packaged software. Given these considerations, MySQL has many attractive features to offer:

  

Speed. MySQL is fast. Its developers contend that MySQL is about the fastest database system you can get. You can investigate this claim by visiting http://www.mysql.com/why-mysql/benchmarks/, a performance-comparison page on the MySQL Web site.

  

Ease of use. .MySQL is a high-performance but relatively simple database system and is much less complex to set up and administer than larger systems.

  

Query language support. MySQL understands SQL (Structured Query Language), the standard language of choice for all modern database systems.

  

Capability. The MySQL server is multi-threaded, so many clients can connect to it at the same time. Each client can use multiple databases simultaneously. You can access MySQL interactively using several interfaces that let you enter queries and view the results: command-line clients, Web browsers, or GUI clients. In addition, programming interfaces are available for many languages, such as C, Perl, Java, PHP, Python, and Ruby. You can also access MySQL using applications that support ODBC and .NET (protocols developed by Microsoft). This gives you the choice of using prepackaged client software or writing your own for custom applications.

  

Connectivity and security. MySQL is fully networked, and databases can be accessed from anywhere on the Internet, so you can share your data with anyone, anywhere. But MySQL has access control so that one person who shouldn’t see another’s data cannot. To provide additional security, MySQL supports encrypted connections using the Secure Sockets Layer (SSL) protocol.

  

Portability.MySQL runs on many varieties of Unix and Linux, as well as on other systems such as Windows and NetWare. MySQL runs on hardware from high-end servers down to small personal computers (even palmtop devices).

  

Small size. MySQL has a modest distribution size, especially compared to the huge disk space footprint of certain other database systems.

  

Availability and cost. MySQL is an Open Source project available under multiple licensing terms. First, it is available under the terms of the GNU General Public License (GPL). This means that MySQL is available without cost for most in-house uses. Second, for organizations that prefer or require formal arrangements or that do not want to be bound by the conditions of the GPL, commercial licenses are available.

  

Open distribution and source code. MySQL is easy to obtain; just use your Web browser. If you don’t understand how something works, are curious about an algorithm, or want to perform a security audit, you can get the source code and examine it. If you think you’ve found a bug, please report it; the developers want to know.

  

(select from MySQL 4th edition by Paul Dubois)

  

Consequently, compared to other products, MySQL is our ideal choice for RDBMS to assist us in accomplishing our iPhone App BioSearch.

  

  

Footbar.jpg