-
Notifications
You must be signed in to change notification settings - Fork 2
Inital Data
bestchanges edited this page Mar 16, 2018
·
3 revisions
Format is Yaml.
exchange_common.yaml
name: Poloniex
handler: PoloniexExchange
---
name: Bittrex
handler: BittrexExchange
Will be dereferenced used mongo query for referece object:
currency: {'name': 'BTC'}
- exchange
- pool
- miner_program
- exchange_account
- pool_account
- currency
- configuration_group
data files contains in 'data' directory of the server. Each object is one of
- Load object_common.yaml (if exists)
- Load platform specific Shall be either 'object_test.yaml', 'object_development.yaml', 'object_production.yaml'
- Load installation specific object.yaml (is exists).
- Lookup existing by primary key.
- If exists then update values, otherwise create new object.