README.md 529 Bytes
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
python setup.py install
```

## Configuration

enviroment variables
Wei Shoulin's avatar
Wei Shoulin committed
18
19

- CSST_DFS_API_MODE = local or cluster         # default: local
Wei Shoulin's avatar
list    
Wei Shoulin committed
20
21
- CSST_LOCAL_FILE_ROOT = [a local file directory] # required if DFS_API_MODE = local,  default: /opt/temp/csst
- CSST_DFS_CONFIG_SERVER = [config server's address] # required if DFS_API_MODE = cluster,