Skip to content

21.co service to sell calls to an API that connects to a MongoDB database with the information from the Consolidated list of targets from the UK Government

Notifications You must be signed in to change notification settings

elmurci/aml-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AML - Service

21.co service to sell calls to an API that connects to a MongoDB database with the information from the Consolidated list of targets from the UK Government

Config

The aml service needs a config file named config.py with the following settings:

mongo = dict(
    connection = 'mongodb://[user]:[password]@[host]:[port]/[database]',
)
payment = dict(
    fee = 1000
)

History

March 2016: Initial version

Credits

Javi Romero

License

MIT

About

21.co service to sell calls to an API that connects to a MongoDB database with the information from the Consolidated list of targets from the UK Government

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages