Stack Name - .mongodb.tech.stack

Synopsis
The stack is provided as a service for other tech stacks requiring MongoDB configuration.Note: This tech stack should be derived from and never used directly during a project generation session.
Contents
Author | dev@harbormaster.ai |
Access | Public |
Derived From | .common.tech.stack> |
Long Name | Base MongoDB Tech Stack |
Short Name | .mongodb.tech.stack |
Language(s) | XML, Velocity Macros |
Git Url | https://github.com/Harbormaster-AI/techstacks/tree/main/.mongodb.tech.stack |
Options
Option Name | description | Type | values |
---|---|---|---|
mongodb | |||
server addresses | List of IP addresses to one or more MongoDB instances | input | |
database name | Name of the database to connect to. Leave blank if there is a one database per entity in the model | input | default: mydatabase |
default collection name | The default name of the collection to persist to documents to | input | default: default_collection |
auto-increment id name | the name of the increment to use | input | default: _id |
auto-increment seq name | then name of the increment sequence to use | input | default: seq |