Skip to content
/ FdbHash Public

A tool for calculating checksums and comparing two foundationdb databases

License

Notifications You must be signed in to change notification settings

oleg68/FdbHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FdbHash

A tool for calculating checksums and comparing two foundationdb databases

Building

  1. Clone the source repository
    git clone https://github.com/oleg68/FdbHash.git
  1. Go to the local repository directory
    cd FdbHash
  1. Execute
    mvn install

The resulting jar will be installed to the .m2/repository/com/openwaygroup/dbkernel/fdb/fdb-hash subdirectory of your home directory. The required fdb client library will be copied to the target/lib subdirectory

Deploying

  1. Make a directory for deploying. It is named as Delploy Directory.
  2. Make a subdirectory lib of Delploy Directory.
  3. Copy fdb-hash-0.2.1.jar from .m2/repository/com/openwaygroup/dbkernel/fdb/fdb-hash/0.2.1/ subdirectory of your home directory to Delploy Directory.
  4. Copy target/lib/fdb-java-6.2.10.jar to Delploy Directory/lib

Usage

See usage.txt

About

A tool for calculating checksums and comparing two foundationdb databases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages