mongodb - Do I need to buy a database for my personal blog?
某草草
某草草 2017-05-17 10:04:03
0
8
739

I use mongodb in my personal blog project. Do I need to purchase cloud database mongodb if I want to post it online?

某草草
某草草

reply all(8)
習慣沉默

1.mongoDB is open source and free, just download, install and deploy it

迷茫

No need, as long as the disk space is large enough (it seems to be more than 20G now), it can be installed locally and it will be ok if you make an instant backup.

By the way, static blogs are also very good.

小葫芦

Using MongoDB cloud service is actually a good option. Now many CSPs (cloud service providers) provide MongoDB cloud services to the outside world. If we say the most authentic one, it is the MongoDB Atlas officially provided by MongoDB. Try it out:

https://www.mongodb.com/cloud

For reference.

Love MongoDB! Have fun!

我想大声告诉你

Practice is okay. There is actually no need to use mongoDB for personal blogs.
Mysql, sqlite and even accessexceltxt are no problem. Mysql or sqlite is recommended.
Mongodb can also be installed, just buy a cheaper VPS. Virtual hosting is no longer popular nowadays. VPS is generally used, and you can even share it with others.

Ty80

It feels better to get a server. I think the price of vps is comparable to the price of the entry-level server. Get a server for whatever you want. There have been a lot of activities from cloud service providers recently. You can check it out and choose the one that suits you. my own.

曾经蜡笔没有小新

Personally, I think it is more reliable to get a server. Dozens of gigabytes should be no problem for a personal blog.

漂亮男人

First of all, if you are sure to use MongoDB. You don't have to rent a MongoDB database. You can find a machine with a public IP and install MongoDB. If it’s hard to find, you can rent a cloud server (if you are a student, you can apply for Tencent’s student discount, which is 1 yuan a month)

Secondly, you don’t have to have a database to build a blog. You can use hexo to build it and put it on Github. I won’t go into the specific methods. Baidu’s “hexo github builds a blog” has a lot of similar tutorials

phpcn_u1582

If you are willing to spend money, just buy it. If you are not willing, just make a static blog.
You can also save some money on cloud services. Use Github Page.
Of course, it would be better to directly use the second-level domain name provided by Github Page, and you will save money on buying domain names.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!