• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.4.2 Latest
Buy Hosting
    • All categories
    Load new posts
Log in to post
  • K

    Concurrent DB connections and concurrent user accessing forum

    Scheduled Pinned Locked Moved General Discussion mongo connection concurrency
    0 Votes
    1 Posts
    500 Views
    K

    Hi all, this is indeed a dumb question but better asking and sound dumb rather than taking dumb decisions.

    I'm thinking to buy the following option and I wonder if it would be enough to run a forum with a peak of 600 concurrent users.
    ca67f926-fa86-46f5-9335-8f2debec7bf3-image.png

    I'm pretty confident that the number of concurrent connections to Mongo DB (max 500) has nothing to do with the number of users connections to the forum, but would be great if somebody confirms based on his/her experience.

    Cheers, R

  • JaredBuschJ

    Setting up NodeBB with Mongo on Fedora 28

    Scheduled Pinned Locked Moved Tutorials nodebb setup mongo fedora
    0 Votes
    10 Posts
    1k Views
    Arief WijayaA

    @JaredBusch Thanks. Really appreciate it

  • C

    Adding custom functionality: Mongo

    Scheduled Pinned Locked Moved Technical Support mongo crud
    0 Votes
    1 Posts
    1k Views
    C

    I would like users to have different dashboards (content) depending on the "groups" the user has subscribed to. Also how would one go about storing additional user info in Mongo?

  • C

    "NodeBB could not connect to your Mongo database" Error

    Scheduled Pinned Locked Moved Technical Support installation mongo authentication setup
    0 Votes
    8 Posts
    4k Views
    Amit yadavA

    @zaasmi
    try this

    mongo -u "admin" --authenticationDatabase "admin" -p

  • Anthony YoungA

    Adding mongo with a custom URL (Modulus.io)

    Scheduled Pinned Locked Moved NodeBB Development mongo mongodb config configuration uri
    0 Votes
    3 Posts
    2k Views
    Anthony YoungA

    @pichalite Thanks 🙂 Rookie mistake by me

  • DoppyD

    How get the "score" value when I put an element in a sortedSet

    Scheduled Pinned Locked Moved Plugin Development plugin mongo mongodb sorted set
    0 Votes
    4 Posts
    2k Views
    barisB

    No they return the score of the value.

    db.sortedSetScore(set, data.name, function(err, score) { console.log(score); });
  • H

    Database status?

    Scheduled Pinned Locked Moved Technical Support mongo
    0 Votes
    11 Posts
    6k Views
    F

    This is my actual users set up.

    > show users; { "_id" : "admin.super", "user" : "super", "db" : "admin", "roles" : [ { "role" : "root", "db" : "admin" } ] } { "_id" : "admin.nodebb", "user" : "nodebb", "db" : "admin", "roles" : [ { "role" : "clusterMonitor", "db" : "admin" } ] } > use nodebb switched to db nodebb > show users; { "_id" : "nodebb.nodebb", "user" : "nodebb", "db" : "nodebb", "roles" : [ { "role" : "clusterMonitor", "db" : "admin" }, { "role" : "readWrite", "db" : "nodebb" } ] }
  • Andrea CardinaleA

    Secondary database: Redis+Mongo

    Scheduled Pinned Locked Moved Technical Support secondary database redis mongo
    0 Votes
    3 Posts
    2k Views
    Andrea CardinaleA

    @baris Yes, this is on latest.
    if I configure only mongo, it's works

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.