https://github.com/hyper63/copy
hyper copy tool
https://github.com/hyper63/copy
copy data hyper
Last synced: 9 months ago
JSON representation
hyper copy tool
- Host: GitHub
- URL: https://github.com/hyper63/copy
- Owner: hyper63
- Created: 2022-01-04T17:52:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T12:38:15.000Z (about 2 years ago)
- Last Synced: 2025-06-30T06:02:16.336Z (9 months ago)
- Topics: copy, data, hyper
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
⚡️ hyper copy ⚡️
Copy documents from one hyper Data Service to another hyper Data Service
---
- [Quick Start](#quick-start)
- [Requirements](#requirements)
- [Example](#example)
- [Contributing](#contributing)
- [LICENSE](#license)
---
## Quick Start
`hyper-copy` is a standalone executable to copy documents from a source [hyper `Data` `Service`](https://docs.hyper.io/docs/api-reference/rest/data.html) to a target [hyper `Data` `Service`](https://docs.hyper.io/docs/api-reference/rest/data.html). `hyper-copy` is great for copying data across hyper `Data` `Services` without having to interact with the underlying tech powering the service, the power of [Ports and Adapters](https://docs.hyper.io/docs/concepts/clean-cloud-architecture.html).
> First, make sure you've
> [created your destination hyper `Data` `Service`](https://docs.hyper.io/docs/api-reference/rest/data.html#create-a-data-service)
```sh
# Linux
curl -O https://hyperland.s3.amazonaws.com/hyper-copy
# Apple x86_64
curl -O https://hyperland.s3.amazonaws.com/hyper-copy-x86_64-apple-darwin
# Apple aarch64 (M1)
curl -O https://hyperland.s3.amazonaws.com/hyper-copy-aarch64-apple-darwin
# Windows
curl -O https://hyperland.s3.amazonaws.com/hyper-copy-x86_64-pc-windows-msvc.exe
# Make it executable if needed
chmod +x hyper-copy
# Copy your documents
hyper-copy [SRC_CONNECTION_STRING] [TARGET_CONNECTION_STRING]
```
`hyper-copy` will copy documents from `SRC_CONNECTION_STRING` to `TARGET_CONNECTION_STRING`, `1000`
at a time, until all documents have been copied.
## Example
## Contributing
All contributions are welcome as long as they are targeted at improving and extending the
capabilities of the copy functionality.
## LICENSE
Apache 2.0