README
Poquito MongoDB Event Store Adapter
Enables use of MongoDB as the event store for Poquito microservices.
Installation
npm install poquito-mongodb --save
Building
This module will transform the native ES6 code to ES5 for broad Node.js compatibility. The transformation is triggered by the following command. Ensure you run the build command after running npm install
to load the development dependancies.
npm run compile
Documentation
License
This module is made available under the terms of the GNU Affero General Public License v3.0 (see LICENSE).