Skip to content

rcsb/rcsb-idmapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

333 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcsb-idmapper

ID Mapper is designed to facilitate the mapping of PDB and related identifiers.

Configuration

The environment variable with the database connection string (URI) expected by the application is MONGODB_URI. The URI connection scheme: mongodb://%s:%s@host[:port]/database?authSource=admin&[options]

  • mongodb:// Required. Prefix to identify that this is a string in the standard connection format
  • %s:%s Required. Placeholders for the username and password. Use env variables MONGODB_USER and MONGODB_PWD to specify the values
  • host Required. Identifies a server address to connect to (hostname or IP address)
  • port Optional. The default value is 27017 if not specified
  • database Required. The name of the database to connect to
  • authSource=admin Required. The name of the database to authenticate
  • options Optional. Connection specific options

About

IdMapper service extracted from Arches

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors