Skip to content

Commit 39ef9a1

Browse files
Update README.md
1 parent e6d0293 commit 39ef9a1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,22 @@ Once your app is ready, You can then get the latest SDK from https://tutorials.
131131

132132
You can then follow rest of the documentation from https://tutorials.cloudboost.io. You can also check out API Reference on https://docs.cloudboost.io
133133

134-
## CloudBoost Indexing Backends
134+
## Cluster Maintanence and Updates
135135

136-
CloudBoost runs on MongoDB and Redis. You're responsible for managing the uptime, backups of your data in each of these databases. If you're running production apps. We recommend you to use the hosted service instead. Please check out CloudBoost.io
136+
CloudBoost runs on MongoDB and Redis. You're responsible for managing the [uptime](https://en.wikipedia.org/wiki/Uptime), [replication](https://en.wikipedia.org/wiki/Replication_(computing)), [sharding](https://en.wikipedia.org/wiki/Shard_(database_architecture)), [backups](https://en.wikipedia.org/wiki/Backup) of your data in each of these databases. If you're running production apps, we recommend you to use the [managed service](https://www.cloudboost.io) instead where all of these are taken care by us for you saving you time and costs.
137+
138+
You also need to update CloudBoost with every [new release](https://github.com/cloudboost/cloudboost/releases) and you need to [configure your server to auto-scale it](https://www.brianchristner.io/how-to-scale-a-docker-container-with-docker-compose/). If you're using Docker, the image is released at the `latest` tag and you need to check for new releases atleast once a month.
139+
140+
[Using our hosted and managed service](https://www.cloudboost.io) helps you to save time, development costs, and eliminates managing your own cluster of servers which is cheaper long-term. We recommend using the hosted service if you're running production apps.
137141

138142
## App Settings
139143
To read more about app settings, check [Click here](https://github.com/CloudBoost/cloudboost/tree/master/docs/app-settings)
140144

141145
# Contributing
142146

143-
Pull requests are very welcome!
147+
[Pull requests](https://help.github.com/articles/about-pull-requests/) are very welcome!
144148

145-
We'd love to hear your feedback and suggestions in the issue tracker.
149+
We'd love to hear your feedback and suggestions in the [issue tracker](https://github.com/CloudBoost/cloudboost/issues).
146150

147151
# Backers
148152

@@ -163,7 +167,7 @@ If you're using CloudBoost Open Source and like what we've built, help us speed
163167

164168
# LICENSE
165169

166-
Copyright 2016 HackerBay, Inc.
170+
Copyright 2016 HackerBay Software Private Limited.
167171

168172
Licensed under the Apache License, Version 2.0 (the "License");
169173
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)