Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

Sandbox creation endpoint for use with tutorials

To use locally, zip entire directory and install service on system database.

Currently, endpoint is accessible via https://a0434a558688.arangodb.cloud:8529/_db/_system/tutorialDB/tutorialDB

/tutorialDB

  • Optionally Accepts:
    • dbName
    • username
    • password
    • email
    • tutorialName
  • Returns
    • dbName
    • username
    • password
    • hostname
    • port
  • Creates tutorialInstances collection that has all existing username(not password) and database information.
  • Deletes databases every 4 hours, checks once an hour. These values can be updated in expire.js or setup.js, respectively.
  • When a database is dropped some information, including email is transferred to expiredtutorialInstances collection.

About

No description, website, or topics provided.

Resources

Packages

No packages published
You can’t perform that action at this time.