-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Is there an API and DB schema available that will help me quickly spin up a DB, connect the API to it and have it running quickly? The goal is to reduce the amount of work to be done. Just like the documentation says to update config.json for Remote Glossary, if I can have application code that can be easily run with DB, things will be much faster.
You could have the application configured to use an in-memory DB by default.
Also, it would help if you provided a tool to quickly load the glossary.json to the DB or convert the json into a SQL file that I can run against the DB.
I know there can be a lot of options of application frameworks (e.g. SpringBoot, Quarkus, Micronaut, etc.) and DBs (e.g. PostGres, MongoDB, MySQL, etc.) but you could start off with an opinionated view and create something for the framework and DB you use internally at Capital One.