tiger-arrk
. To connect to the MongoDB instance on tiger-arrk
with Studio3T, use the following configuration:from maggma.stores import MongoStorestore = MongoStore(host="localhost", # or 10.36.48.21 from compute nodedatabase="MyDBName",username="MyDBUserName",password="MyDBPassword",collection_name="MyDBCollectionName")with store:print(store.count())