modify docs
This commit is contained in:
parent
09b6191345
commit
cd747b2873
|
@ -12,7 +12,7 @@ This system is really user-friendly and you can pick it up in several minutes. R
|
|||
|
||||
- type `git clone git@github.com:Caesar11/gStore.git` in your terminal or use git GUI to acquire it
|
||||
|
||||
Then you need to compile the project, just type `make` in the gStore root directory, and all executables will be ok. To run gStore, please type `bin/gload database_name dataset_path` to build a database named by yourself. And you can use `bin/gquery database_name` command to query a existing database. What is more, `bin/gconsole` is a wonderful tool designed for you, providing all operations you need to use gStore. Notice that all commands should be typed in the root directory of gStore.
|
||||
Then you need to compile the project, just type `make` in the gStore root directory, and all executables will be ok. To run gStore, please type `bin/gload database_name dataset_path` to build a database named by yourself. And you can use `bin/gquery database_name` command to query a existing database. What is more, `bin/gconsole` is a wonderful tool designed for you, providing all operations you need to use gStore. Notice that all commands should be typed in the root directory of gStore, and your database name should not end with ".db".
|
||||
|
||||
- - -
|
||||
|
||||
|
@ -42,11 +42,11 @@ If you want to understand the details of the gStore system, or you want to try s
|
|||
|
||||
We have written a series of short essays addressing recurring challenges in using gStore to realize applications, which are placed in [Recipe Book](docs/TIPS.md).
|
||||
|
||||
You are welcome to report any advice or errors in the github Issues part of this repository, if not requiring in-time reply. However, if you want to urgent on us to deal with your reports, please email to <chenjiaqi93@163.com> to submit your suggestions and report bugs to us by emailing to <zengli-syzz@pku.edu.cn>. A full list of our whole team is in [Mailing List](docs/MAIL.md).
|
||||
You are welcome to report any advice or errors in the github Issues part of this repository, if not requiring in-time reply. However, if you want to urgent on us to deal with your reports, please email to <chenjiaqi93@163.com> to submit your suggestions and report bugs to us by emailing to <zengli-bookug@pku.edu.cn>. A full list of our whole team is in [Mailing List](docs/MAIL.md).
|
||||
|
||||
There are some restrictions when you use the current gStore project, you can see them on [Limit Description](docs/LIMIT.md).
|
||||
|
||||
Sometimes you may find some strange phenomena(but not wrong case), or something hard to understand/solve(don't know how to do next), then go to the [Frequently Asked Questions](docs/FAQ.md) page.
|
||||
Sometimes you may find some strange phenomena(but not wrong case), or something hard to understand/solve(don't know how to do next), then do not hesitate to visit the [Frequently Asked Questions](docs/FAQ.md) page.
|
||||
|
||||
Graph database engine is a new area and we are still trying to go further. Things we plan to do next is in [Future Plan](docs/PLAN.md) chapter, and we hope more and more people will support or even join us. You can support in many ways:
|
||||
|
||||
|
@ -60,3 +60,5 @@ Graph database engine is a new area and we are still trying to go further. Thing
|
|||
|
||||
People who inspire us or contribute to this project will be listed in the [Thanks List](docs/THANK.md) chapter.
|
||||
|
||||
This whole document is divided into different pieces, and each them is stored in a markdown file. You can see/download the combined markdown file in [help_markdown](docs/gStore_help.md), and for html file, please go to [help_html](docs/gStore_help.html). What is more, we also provide help file in pdf format, and you can visit it in [help_pdf](docs/latex/gStore_help.pdf).
|
||||
|
||||
|
|
24
docs/MAIL.md
24
docs/MAIL.md
|
@ -1,29 +1,31 @@
|
|||
# People
|
||||
|
||||
**Li Zeng and Jiaqi Chen are responsible for the gStore now.**
|
||||
**Please contact with Lei Zou(zoulei@pku.edu.cn), Li Zeng(zengli-bookug@pku.edu.cn), Jiaqi Chen(chenjiaqi93@pku.edu.cn) and Peng Peng(pku09pp@pku.edu.cn) if you have suggestions or comments about gStore or you need help when using gStore.**
|
||||
|
||||
## Faculty
|
||||
|
||||
- Lei Zou (Peking University) email:zoulei@pku.edu.cn
|
||||
- Lei Zou (Peking University)
|
||||
|
||||
- M. Tamer Özsu (University of Waterloo)
|
||||
|
||||
- Lei Chen (Hong Kong University of Science and Technology)
|
||||
|
||||
- Dongyan Zhao (Peking Univeristy) email:zhaodongyan@pku.edu.cn
|
||||
- Dongyan Zhao (Peking Univeristy)
|
||||
|
||||
- - -
|
||||
|
||||
## Students
|
||||
|
||||
- Peng Peng (Peking Univeristy) (PhD student)
|
||||
|
||||
- Youhuan Li (Peking University) (PhD student) email:liyouhuan@pku.edu.cn
|
||||
- Youhuan Li (Peking University) (PhD student)
|
||||
|
||||
- Shuo Han (Peking University) (PhD student) email:hanshuo@pku.edu.cn
|
||||
- Shuo Han (Peking University) (PhD student)
|
||||
|
||||
- Xuchuan Shen (Peking University) (Master's student, graduated) email:shenxuchuan@pku.edu.cn
|
||||
- Li Zeng (Peking University) (Master student)
|
||||
|
||||
- Jiaqi Chen (Peking University) (Master student)
|
||||
|
||||
- Dong Wang (Peking University) (PhD student, graduated) email:wangdong@pku.edu.cn
|
||||
|
||||
- - -
|
||||
|
||||
## Alumni
|
||||
|
@ -32,7 +34,7 @@
|
|||
|
||||
- Jinhui Mo (Peking University) (Master's, graduated)
|
||||
|
||||
- Li Zeng (Peking University) (Undergraudate intern) email:zengli-bookug@pku.edu.cn
|
||||
|
||||
- Jiaqi Chen (Peking University) (Undergraudate intern) email:chenjiaqi93@163.com
|
||||
- Xuchuan Shen (Peking University) (Master's student, graduated)
|
||||
|
||||
- Dong Wang (Peking University) (PhD student, graduated)
|
||||
|
||||
|
|
Loading…
Reference in New Issue