If no ATLAS_URI in the environment, all requests could go to a setup page to input the connection string and save it in memory. A restart of the service would be required to input a new connection string. Should this also prompt for database? And collection? And index name?
Urls would then use the format /database/collection/index_name/search?q=... using whatever parameters are not set upon initial setup.
If no ATLAS_URI in the environment, all requests could go to a setup page to input the connection string and save it in memory. A restart of the service would be required to input a new connection string. Should this also prompt for database? And collection? And index name?
Urls would then use the format
/database/collection/index_name/search?q=...using whatever parameters are not set upon initial setup.