Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Update section about hosted MongDB instance #207

Closed
peterblazejewicz opened this issue Jul 5, 2019 · 7 comments
Closed

Update section about hosted MongDB instance #207

peterblazejewicz opened this issue Jul 5, 2019 · 7 comments

Comments

@peterblazejewicz
Copy link
Collaborator

I think this section in the README: https://github.com/microsoft/TypeScript-Node-Starter/blob/master/README.md#-create-a-managed-mongodb-with-mongolab should be updated. The MongoLab is now part of the MongoDB: https://blog.mlab.com/2018/10/mlab-is-becoming-a-part-of-mongodb-inc/ and its services are (or will be) migrated to MongoDB Atlas.

The section could be rewritten in a way it contains guide for:

@orta
Copy link
Contributor

orta commented Jul 8, 2019

👍

@diberry
Copy link
Collaborator

diberry commented Aug 19, 2020

@peterblazejewicz @orta @btholt I'm writing content for Microsoft Docs about TS, Express, Mongo/CosmosDb and VSCode Dev Containers. I would like to use this repo as the base.

Thoughts or concerns? It would be nice if my changes to make this repo work could continue on, either as an Azureified version of this repo (maybe a diff branch), or a separate repo.

@peterblazejewicz
Copy link
Collaborator Author

peterblazejewicz commented Aug 19, 2020

@diberry nope, on the opposite! I'd try to help as much as I could to move this project topics forward.
I"ve contributed to VSCode dev containers and was tinkering on applying the concept here, to minimize the hassle of settings things locally. Just keep me in the loop!

@klemensz
Copy link
Contributor

klemensz commented Jan 31, 2021

As of now, free MongoDB instances at Atlas are running MongoDB 4.4. The official docs state that this requires a node.js driver version >= 3.6. ("Your M0/M2/M5 Atlas cluster(s) will be automatically upgraded from running MongoDB 4.2 to 4.4 in late January 2021.")

Currently in package-lock.json the used version is 3.2.7 (probably as a dependeny of mongoose ^5.7.5).

So this will need an update too... Not sure if this can be done via a PR or what you would recommend.

@diberry
Copy link
Collaborator

diberry commented Feb 1, 2021

Feel free to create a PR.

klemensz added a commit to klemensz/TypeScript-Node-Starter that referenced this issue Mar 19, 2021
- Replaced section about mLab with MongoDB Atlas
@klemensz
Copy link
Contributor

PR is here: #326 (mLab -> MongoDB Atlas)

peterblazejewicz pushed a commit that referenced this issue Mar 19, 2021
- Replaced section about mLab with MongoDB Atlas
thx to @klemensz!
@peterblazejewicz
Copy link
Collaborator Author

closed with: ef4a264

brittanydrandolph pushed a commit that referenced this issue Jun 17, 2022
- Replaced section about mLab with MongoDB Atlas
thx to @klemensz!
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants