# physio-data-adapters

> Adapters for data layer like Db, Cache, Queue

Latest version **0.0.28** (published 2015-06-25) · 0 weekly downloads

## Install

```sh
npm install physio-data-adapters
pnpm add physio-data-adapters
yarn add physio-data-adapters
bun add physio-data-adapters
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.28 |
| Published | 2015-06-25 |
| First published | 2015-05-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 14 |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| Maintainers | physio, spekulatif |

## Links

- npm: https://www.npmjs.com/package/physio-data-adapters
- Repository: https://github.com/PhysioHealth/physio-data-adapters
- Homepage: https://github.com/PhysioHealth/physio-data-adapters#readme
- Issues: https://github.com/PhysioHealth/physio-data-adapters/issues
- npm.io page: https://npm.io/package/physio-data-adapters

## Dependencies (14)

- [ms](https://npm.io/package/ms.md) *
- [apn](https://npm.io/package/apn.md) ^1.7.4
- [async](https://npm.io/package/async.md) *
- [nconf](https://npm.io/package/nconf.md) *
- [redis](https://npm.io/package/redis.md) ^0.12.1
- [agenda](https://npm.io/package/agenda.md) ^0.6.28
- [lodash](https://npm.io/package/lodash.md) *
- [moment](https://npm.io/package/moment.md) *
- [should](https://npm.io/package/should.md) ^6.0.1
- [aws-sdk](https://npm.io/package/aws-sdk.md) *
- [le_node](https://npm.io/package/le_node.md) ^1.0.6
- [request](https://npm.io/package/request.md) *
- [mongoose](https://npm.io/package/mongoose.md) *
- [underscore](https://npm.io/package/underscore.md) ^1.8.3

## Recent versions

- 0.0.28 (latest) — 2015-06-25
- 0.0.26 — 2015-06-25
- 0.0.23 — 2015-06-24
- 0.0.22 — 2015-06-23
- 0.0.21 — 2015-06-23
- 0.0.20 — 2015-06-23
- 0.0.19 — 2015-06-22
- 0.0.18 — 2015-06-21
- 0.0.17 — 2015-06-21
- 0.0.16 — 2015-06-18
- 0.0.15 — 2015-06-17
- 0.0.14 — 2015-06-17
- 0.0.13 — 2015-06-10
- 0.0.12 — 2015-06-10
- 0.0.11 — 2015-06-09
- … 9 more at https://npm.io/package/physio-data-adapters/versions

## README

# physio-data-adapters
Adapters for data layer like Db, Cache, Queue

Bu bir sub-module. Tek basina deploy edilmez. `npm` reposuna publish edilir.

### Deployment

1. Degisiklikler commit ve push edilir

2. Veriyon update edilir

		npm version <major|minor|patch>
		npm version patch # 0.0.1
		npm version minor # 0.1.0
		npm version major # 1.0.0
    
	`npm version` package.json ndaki versiyonu update eder ve bir adet comit olusturur. Sonra `git push` ile veriyon commiti gonderilir.

3. Npm registryye publish

		npm publish

### Required ENV

    DB_ADDRESS
    DB_NAME
    DB_PORT
    CACHE_ADDRESS
    CACHE_NAME
    CACHE_PORT
    QUEUE_ADDRESS
    QUEUE_NAME
    QUEUE_PORT

---
_Source: https://npm.io/package/physio-data-adapters · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
