<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Introduction</title><link>https://sourceforge.net/p/graphdb/wiki/Introduction/</link><description>Recent changes to Introduction</description><atom:link href="https://sourceforge.net/p/graphdb/wiki/Introduction/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 30 May 2012 16:23:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/graphdb/wiki/Introduction/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Introduction modified by Chang, Xiaoran</title><link>https://sourceforge.net/p/graphdb/wiki/Introduction/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -7,7 +7,7 @@
 •	Apply index algorithm on object attribute (node property) in graph database (the algorithm can be B* Tree but it is yet to be decided)
 •	Based on what we have learnt about database and our working experience, we have decided the primary programming language to be used in this project - Java. Furthermore, we will make use of free development tools, such as Eclipse. NetBeans; and existing open source components, such as data indexing library, RDF parser library and BSON parser library to develop our functional graph database.
 
-![GUI Console](https://sourceforge.net/apps/gallery/graphdb/main.php?g2_view=core.DownloadItem&amp;g2_itemId=61&amp;g2_serialNumber=1)
+![Design Context](https://sourceforge.net/apps/gallery/graphdb/main.php?g2_view=core.DownloadItem&amp;g2_itemId=61&amp;g2_serialNumber=1)
 
 Please contact web admin if you have any inquiry:
 [[project_admins]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chang, Xiaoran</dc:creator><pubDate>Wed, 30 May 2012 16:23:02 -0000</pubDate><guid>https://sourceforge.net087333e6098d9a6380abdb629079efb97f9006c3</guid></item><item><title>WikiPage Introduction modified by Chang, Xiaoran</title><link>https://sourceforge.net/p/graphdb/wiki/Introduction/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -7,7 +7,7 @@
 •	Apply index algorithm on object attribute (node property) in graph database (the algorithm can be B* Tree but it is yet to be decided)
 •	Based on what we have learnt about database and our working experience, we have decided the primary programming language to be used in this project - Java. Furthermore, we will make use of free development tools, such as Eclipse. NetBeans; and existing open source components, such as data indexing library, RDF parser library and BSON parser library to develop our functional graph database.
 
-![GUI Console](https://sourceforge.net/apps/gallery/graphdb/main.php?g2_view=core.DownloadItem&amp;g2_itemId=67&amp;g2_serialNumber=1)
+![GUI Console](https://sourceforge.net/apps/gallery/graphdb/main.php?g2_view=core.DownloadItem&amp;g2_itemId=61&amp;g2_serialNumber=1)
 
 Please contact web admin if you have any inquiry:
 [[project_admins]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chang, Xiaoran</dc:creator><pubDate>Wed, 30 May 2012 16:18:13 -0000</pubDate><guid>https://sourceforge.nete694676aac038164de46bc2b016493a3cbaf3358</guid></item><item><title>WikiPage Introduction modified by Chang, Xiaoran</title><link>https://sourceforge.net/p/graphdb/wiki/Introduction/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -7,6 +7,7 @@
 •	Apply index algorithm on object attribute (node property) in graph database (the algorithm can be B* Tree but it is yet to be decided)
 •	Based on what we have learnt about database and our working experience, we have decided the primary programming language to be used in this project - Java. Furthermore, we will make use of free development tools, such as Eclipse. NetBeans; and existing open source components, such as data indexing library, RDF parser library and BSON parser library to develop our functional graph database.
 
+![GUI Console](https://sourceforge.net/apps/gallery/graphdb/main.php?g2_view=core.DownloadItem&amp;g2_itemId=67&amp;g2_serialNumber=1)
 
 Please contact web admin if you have any inquiry:
 [[project_admins]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chang, Xiaoran</dc:creator><pubDate>Wed, 30 May 2012 16:17:21 -0000</pubDate><guid>https://sourceforge.net0690e11b4d0f4f034c0a09cb0a102d6fe50472a4</guid></item><item><title>WikiPage Introduction modified by Chang, Xiaoran</title><link>https://sourceforge.net/p/graphdb/wiki/Introduction/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -1,10 +1,12 @@
-Welcome to wiki of graph database!
+Graph database is a structured database, a database management system that differs from the classic model of the relational database management system (RDBMS). Graph database uses nodes, edges, and properties to represent and manipulate data in a schema-less structure. An appropriate methodology  should be designed and implemented to setup a database, insert and manipulate data, as well as reporting on the data and data structure. This graph database must support multiple users, in a client-server model and it should allow and support following features,
 
-Our understanding of graph database is not restricted just to database software. In a bigger picture, a database provides ways to store collection of data, as well as ways to support processes requiring this information. Database makes ad-hoc data meaningful by linking them together. When linked data is too large, graph database can scale more naturally and process faster for linked data sets as graph database seldom requires expensive “join” operations. Linked data is a concept that structured data should be published so that interlinked data will become more useful. Our design and implementation of graph database is also partially based on the concept of linked data. This makes our nature of graph database special.
+•	To store graph data object into files in uniform format (the format can be BSON, but yet to be decided in Technical Design)
+•	To provide features of querying, traversing graph data objects stored in programming API mode (these features may be enhanced to a GUI-based application if possible)
+•	Support data management of insert, update and delete in local-server mode (the remote-connection with fixed protocol may be implemented in application-layer protocol, Restful web service)
+•	Run the graph database in distributed mode including load-balancing and fail-over clustering (this may be further enhance to bulk synchronous parallel and map reduce)
+•	Apply index algorithm on object attribute (node property) in graph database (the algorithm can be B* Tree but it is yet to be decided)
+•	Based on what we have learnt about database and our working experience, we have decided the primary programming language to be used in this project - Java. Furthermore, we will make use of free development tools, such as Eclipse. NetBeans; and existing open source components, such as data indexing library, RDF parser library and BSON parser library to develop our functional graph database.
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, This web wiki is currently under construction. (see [SamplePage])
-
-The wiki uses [Markdown](/p/graphdb/wiki/markdown_syntax/) syntax.
 
 Please contact web admin if you have any inquiry:
 [[project_admins]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chang, Xiaoran</dc:creator><pubDate>Wed, 30 May 2012 15:33:08 -0000</pubDate><guid>https://sourceforge.net1f491d5910f68faa5b7d13aaf2ab3e2191c67453</guid></item><item><title>WikiPage Home modified by Xiaoran Chang</title><link>https://sourceforge.net/p/graphdb/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -6,5 +6,6 @@
 
 The wiki uses [Markdown](/p/graphdb/wiki/markdown_syntax/) syntax.
 
+Please contact web admin if you have any inquiry:
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xiaoran Chang</dc:creator><pubDate>Sat, 04 Feb 2012 15:17:18 -0000</pubDate><guid>https://sourceforge.net407c3580b7c0c1628a298280e8dd8cf6b1d316aa</guid></item><item><title>WikiPage Home modified by Xiaoran Chang</title><link>https://sourceforge.net/p/graphdb/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,6 +1,8 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Welcome to wiki of graph database!
+
+Our understanding of graph database is not restricted just to database software. In a bigger picture, a database provides ways to store collection of data, as well as ways to support processes requiring this information. Database makes ad-hoc data meaningful by linking them together. When linked data is too large, graph database can scale more naturally and process faster for linked data sets as graph database seldom requires expensive “join” operations. Linked data is a concept that structured data should be published so that interlinked data will become more useful. Our design and implementation of graph database is also partially based on the concept of linked data. This makes our nature of graph database special.
+
+This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, This web wiki is currently under construction. (see [SamplePage])
 
 The wiki uses [Markdown](/p/graphdb/wiki/markdown_syntax/) syntax.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xiaoran Chang</dc:creator><pubDate>Sat, 04 Feb 2012 15:16:21 -0000</pubDate><guid>https://sourceforge.net49f0023fd3c81938e07ee730d10f4554ce658586</guid></item><item><title>WikiPage Home modified by Xiaoran Chang</title><link>https://sourceforge.net/p/graphdb/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/graphdb/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xiaoran Chang</dc:creator><pubDate>Sat, 04 Feb 2012 14:57:18 -0000</pubDate><guid>https://sourceforge.nete3276f2f630856135231b681d39f433134ff881a</guid></item></channel></rss>