Hello all,
We are in need of a Front End Developer/Designer to assist us on the ongoing projects.
This will be a part-time 6 month contract with the possibility of extension up to 1 year.
If you are interested, please apply here.
Thank you!
Hi all,
i want to ask about how to combine redis and mongodb for nodebb, i mean redis for caching and mongodb for datastore.
thanks
@r.hidayat1980 Good question! That's something I want to work on in the near future. At the moment, you can use Redis and Mongo together by running it as a Secondary Database, but it is not tested extensively.
I'm looking to try using Redis as a caching layer, and Mongo as a datastore, but we don't have anything quite like that at the moment
@julian thanks for quick reply, i hope you can do it soon
next questions : i've choise mongo as my document store and in the future my mongo growth by connection(query) and volume (data size), and i want to scale with replicaset or clustershard mongodb, can you give example how to put connection string for this replicaset or clustersharding in nodebb config file?
thanks
RH
nodebb fans from jakarta
nodebb fans from jakarta
selamat datang to nodebb, I'm from malaysia
@r.hidayat1980 said:
can you give example how to put connection string for this replicaset or clustersharding in nodebb config file?
I know for certain that nobody has done that yet, but you can be the first!
https://github.com/NodeBB/NodeBB/pull/3091
Made a pull request for it.