Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/rdb-backup-importer
Give this script a link to a rethinkdb tar.gz dump
https://github.com/eiriksm/rdb-backup-importer
Last synced: about 2 months ago
JSON representation
Give this script a link to a rethinkdb tar.gz dump
- Host: GitHub
- URL: https://github.com/eiriksm/rdb-backup-importer
- Owner: eiriksm
- Created: 2014-04-05T08:22:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T09:17:38.000Z (over 9 years ago)
- Last Synced: 2024-10-12T01:46:33.069Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rdb-backup-importer
=====================
[![Coverage Status](http://img.shields.io/coveralls/eiriksm/rdb-backup-importer.svg)](https://coveralls.io/r/eiriksm/rdb-backup-importer?branch=master)
[![Code Climate](http://img.shields.io/codeclimate/github/eiriksm/rdb-backup-importer.svg)](https://codeclimate.com/github/eiriksm/rdb-backup-importer)
[![Build Status](https://travis-ci.org/eiriksm/rdb-backup-importer.svg)](https://travis-ci.org/eiriksm/rdb-backup-importer)
[![Dependency Status](https://david-dm.org/eiriksm/rdb-backup-importer.svg?theme=shields.io)](https://david-dm.org/eiriksm/rdb-backup-importer)## Requirements
- wget
- RethinkDB (duh)## Installation
`[sudo] npm install -g rdb-backup-importer`This will allow you to have `rdb-backup-importer` available globally.
## Usage
`$ rdb-backup-importer "https://s3-eu-west-1.amazonaws.com/someurl/long-and-with-a-token-and-possibly-without-a-tar-gz-ending?true=false"`Or you can pass along `rethinkdb-import` parameters to the tool
`$ rdb-backup-importer "https://example.com" -r --force`## Contributing
It's a simple tool, but if you want to add something, pull requests are always
welcome.Remember to run tests with `make test`
## Licence
MIT