README.md 899 Bytes
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
3
4
5
6
7
8
# CSST DFS APIs library

## Introduction

This package provides APIs to access csst's files and databases.

## Installation

Wei Shoulin's avatar
brick    
Wei Shoulin committed
9
`csst-dfs-api` can be installed with the following command:
Wei Shoulin's avatar
Wei Shoulin committed
10
11

```bash
Wei Shoulin's avatar
level2    
Wei Shoulin committed
12
git clone https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api.git
Wei Shoulin's avatar
ephem    
Wei Shoulin committed
13
14
cd csst-dfs-api
pip install -r requirements.txt
Wei Shoulin's avatar
Wei Shoulin committed
15
16
17
python setup.py install
```

Wei Shoulin's avatar
Wei Shoulin committed
18
19
20
`csst-dfs-api` and relevant packages could be installed by running one of the following commands in your terminal.

```bash
Wei Shoulin's avatar
url fix    
Wei Shoulin committed
21
sh -c "$(curl -fsSL https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api/-/raw/master/tools/csst-dfs-api-install.sh)"
Wei Shoulin's avatar
Wei Shoulin committed
22
```
Wei Shoulin's avatar
brick    
Wei Shoulin committed
23

Wei Shoulin's avatar
Wei Shoulin committed
24
25
26
## Configuration

enviroment variables
Wei Shoulin's avatar
brick    
Wei Shoulin committed
27

Wei Shoulin's avatar
ephem    
Wei Shoulin committed
28
29
- CSST_DFS_API_MODE = local or cluster               # default: local
- CSST_LOCAL_FILE_ROOT = [a local file directory]    # required if DFS_API_MODE = local,  default: /opt/temp/csst
Wei Shoulin's avatar
level2    
Wei Shoulin committed
30
- CSST_DFS_GATEWAY = [gateway server's address]      # required if DFS_API_MODE = cluster