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

## Introduction

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

## Installation

This library can be installed with the following command: 

```bash
Wei Shoulin's avatar
ephem    
Wei Shoulin committed
12
13
14
git clone https://github.com/astronomical-data-processing/csst-dfs-api.git
cd csst-dfs-api
pip install -r requirements.txt
Wei Shoulin's avatar
Wei Shoulin committed
15
16
17
18
19
20
python setup.py install
```

## Configuration

enviroment variables
Wei Shoulin's avatar
ephem    
Wei Shoulin committed
21
22
23
- 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
- CSST_DFS_GATEWAY = [gateway server's address]       # required if DFS_API_MODE = cluster,