Firebase Real-time database to mongoDB adapter, inspired by Flashlight
fireleaves is useful for backend application, it's use mongoDB featureds for search, summary report and other things that you want to do on backend and firebase is difficult to do.
- supported queue for large data, using kue and redis
- monitor firebase realtime database and index to mongodb
- parser data before index to mongodb
- Install and run MongoDB
- Install and run Redis
git clone https://github.com/pguyson/fireleaves --depth=1
npm -g install gulp
npm install
- get firebase service key Guide and save to key
- copy src/config.js.example to src/config.js and edit to match your server configuration
npm run dev
- copy bin to production server
npm run prod-install
npm start
- for pm2
pm2 start "/usr/bin/npm" --name "fireleaves" -- start
- Found a bug? or Features request, Report it on Github Issues and include a error message and config sample.
- Anything else? feel free to mail me.
fireleaves is licensed under MIT.