You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -131,18 +131,22 @@ Once your app is ready, You can then get the latest SDK from https://tutorials.
131
131
132
132
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
133
133
134
-
## CloudBoost Indexing Backends
134
+
## Cluster Maintanence and Updates
135
135
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.
137
141
138
142
## App Settings
139
143
To read more about app settings, check [Click here](https://github.com/CloudBoost/cloudboost/tree/master/docs/app-settings)
140
144
141
145
# Contributing
142
146
143
-
Pull requests are very welcome!
147
+
[Pull requests](https://help.github.com/articles/about-pull-requests/) are very welcome!
144
148
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).
146
150
147
151
# Backers
148
152
@@ -163,7 +167,7 @@ If you're using CloudBoost Open Source and like what we've built, help us speed
0 commit comments