๐Ÿ“ฆ Voultapher / heritage-pathfind

Command line utility to parse relationship files and find ancestry paths

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/Voultapher/heritage-pathfind.git
HTTPS git clone https://github.com/Voultapher/heritage-pathfind.git
SSH git clone git@github.com:Voultapher/heritage-pathfind.git
CLI gh repo clone Voultapher/heritage-pathfind
Lukas Bergdoll Lukas Bergdoll Apply rustfmt 3da599b 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ src
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ rustfmt.toml
๐Ÿ“„ README.md

Heritage Pathfind

heritage-pathfind is a command line utility to parse relationship files and find ancestry paths.

Design Goals:

  • Fast run time
  • Small memory footprint
  • Minimal interface
Uses https://github.com/bluss/petgraph to do graph operations like path finding.

Example

$ ./heritage-pathfind -r relationship-utf8.csv -c 1 -a 20
-> Name A(20) is Father of
-> Name B(6) is Father of
-> Name C(1)

Getting Started

git clone https://github.com/Voultapher/heritage-pathfind.git
cd heritage-pathfind
cargo build --release
./target/release/heritage-pathfind -r relationship-utf8.csv -c 1 -a 20

Prerequisites

Rust toolchain and cargo.

Installing

See cargo docs.

Running the tests

cargo test

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Lukas Bergdoll - Initial work* - Voultapher

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE.md file for details.