GithubHelp home page GithubHelp logo

btrdb-cp's Introduction

BTRDBCP

This is a utility for copying BTrDB streams (or parts of streams) from one collection to another, potentially on a different server.

The utility will copy streams in parallel, but you shouldn't do more than about 15 at once.

To start, create a config file that looks like this:

fromserver: my.source.server:4410
toserver: my.dest.server:4410
starttime: 2006-01-02T15:04:05+07:00
endtime: 2007-01-02T15:04:05+07:00
abortifexists: true
streams:
  - srccollection: my/collection
    dstcollection: my/dest/collection
    tags:
      name: L1MAG
  - srccollection: my/collection
    dstcollection: my/dest/collection
    tags:
      name: L2MAG

At present the (potentially partial) tags are used to identify the stream to copy, but the tags and annotations in the created streams are copied verbatim from the source

Then run

btrdbcp myconfig.yml

btrdb-cp's People

Contributors

immesys avatar

Watchers

Jerry Schuman avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.