Registry / database / joola.datastore-mongodb

joola.datastore-mongodb

JSON →
library0.0.15jsnpmunverified

joola.datastore-mongodb is a plugin for the joola analytics platform that enables MongoDB as a data store. Version 0.0.15 is the latest stable release. It is designed to be configured via joola's configuration object and uses native MongoDB driver for connection. No notable updates or release cadence; likely in maintenance mode. Differentiator: integrates tightly with joola ecosystem.

npm install joola.datastore-mongodb
INSTALL
IMPORT
SIG · JOOLA.DATASTORE-MO
J
joola.datastore-mongodb
databasejavascriptv0.0.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
// Plugin is auto-loaded by joola configuration. Import not required by user.
No direct symbol is imported; the plugin is loaded via joola's store configuration.

Shows how to configure joola to use MongoDB datastore via the plugin.

// Ensure joola is installed and configured // In joola configuration (e.g., config.json): { "store": { "datastore": { "mongodb": { "enabled": true, "dsn": "mongodb://localhost:27017/joola" } } } } // Then run joola (start your application). The plugin will be loaded automatically. // No additional code import required.
Debug
Known issues
breakingPlugin may not work with newer joola versions due to API changes
fix
Check joola version compatibility. Possibly use joola's built-in storage options.
affects: >=0.0.15
deprecatedDocumentation references old GitHub links and broken images; project appears unmaintained
fix
Consider alternatives like joola's native storage adapters or other datastore plugins.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'joola.datastore-mongodb'
Package not installed or not in node_modules
fix
Run 'npm install joola.datastore-mongodb'
Error: connect ECONNREFUSED 127.0.0.1:27017
MongoDB server not running or incorrect DSN
fix
Start MongoDB or update 'dsn' in configuration to a correct MongoDB URI
Upgrade
Version history
0.0.15latest on npm
Audit
Dependencies
joolarequiredCore joola analytics platform required for plugin to function
Agent activity
2 hits · last 30 days
node
2
Resources
joola.datastore-mongodb — npm install joola.datastore-mongodb · libregistry