server-tools

0.3.15 • Public • Published

server-tools [Build Status]

This is a library with common stuff.

Install

$ npm install server-tools

Usage

var repository = require('server-tools').mongo_repository;
var model = require('server-tools').mongo_model;
var promises = require('server-tools').promises;
var promise = require('server-tools').promise;
var logger = require('server-tools').logger;
var mailer = require('server-tools').mailer;
var rabbit = require('server-tools').rabbit;

Updates

June 2017

  • Upgrade Packages
  • Remove node-uuid

February 2017

  • Add remove object from Tree

January 2017

  • Make ID function removes punctuation

May 2015

  • Redis List Methods

Feb 2015

  • Add skip to Mongo Repo
  • Delete redis key

January 2015

  • Refactor
  • Add cassandra repository wrapper
  • Cassandra Partioning and Clustering

Oct 2014

  • Build Object and Assign Object Property

Sep 2014

  • Node Mailer version
  • Make ID Method
  • Remove config dependency
  • Copy File - Tools
  • Remove Azure
  • Enhanced Replace All method
  • Rounding of Minutes
  • Writing files
  • Mongo Model Push

Aug 2014

  • Amazon - DynamoDB object
  • Limits and Sorting on Mongo Repository
  • Redis API
  • CSV to JSON method

Sep 2015

  • Save Mongo fix for existing document

License

(The MIT License)

Copyright (c) 2014 gamaroff <lorien@gamaroff.org>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

Package Sidebar

Install

npm i server-tools

Weekly Downloads

1

Version

0.3.15

License

none

Last publish

Collaborators

  • gamaroff
  • hltocker