{"id":17382202,"url":"https://github.com/bengarvey/lineage","last_synced_at":"2025-04-05T07:02:49.452Z","repository":{"id":13470269,"uuid":"16160251","full_name":"bengarvey/lineage","owner":"bengarvey","description":"Family Tree Data Expression Engine","archived":false,"fork":false,"pushed_at":"2025-02-26T03:44:58.000Z","size":5459,"stargazers_count":119,"open_issues_count":1,"forks_count":36,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-29T06:06:36.745Z","etag":null,"topics":["d3","dataviz","genealogy","javascript","network"],"latest_commit_sha":null,"homepage":"https://bengarvey.com/lineage","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bengarvey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-23T02:47:53.000Z","updated_at":"2025-03-26T02:09:38.000Z","dependencies_parsed_at":"2024-11-08T10:00:43.852Z","dependency_job_id":"67b4b43a-8c2b-4d97-a36b-654c57869003","html_url":"https://github.com/bengarvey/lineage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengarvey%2Flineage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengarvey%2Flineage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengarvey%2Flineage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengarvey%2Flineage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bengarvey","download_url":"https://codeload.github.com/bengarvey/lineage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299831,"owners_count":20916190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d3","dataviz","genealogy","javascript","network"],"created_at":"2024-10-16T07:35:48.128Z","updated_at":"2025-04-05T07:02:49.427Z","avatar_url":"https://github.com/bengarvey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"lineage\n=======\n\nFamily Tree Data Expression Engine\n\nSee a live demo at\nhttp://www.bengarvey.com/lineage\n(still an older version)\n\n## Quickstart guide\n\nClone this repo\n```\ngit clone git@github.com:bengarvey/lineage.git\ncd lineage\npython3 -m http.server 8000\n```\nClick [http://localhost:8000](http://localhost:8000)\n\n## Slowstart guide\n\n## Running locally\nYou can run this locally by running `python3 -m http.server 8000` from a terminal or running the following commands\n\n```\nnpm install\n```\nAnd then every time after that running `node server.js`\n\n## Configuration\n\nAll configuration is done in the `config.json` file.\nThis is what its keys do:\n\n- **`data`**: Points to the JSON file containing your data. By default, it points to the example file located at `data/familyData.json`.\n  \n- **`startDate`**: The initial date when the graph is loaded.\n\n- **`firstDate`**: Earliest date you can go back to.\n\n- **`lastDate`**: Latest date you can go to. \n\n- **`speed`**: Defines how many milliseconds before the next \"tick\" of the timer runs.\n\n- **`timeStep`**: How much real time passes with each tick of the timer. Valid values are \"day\", \"week\" and \"year\"\n\n- **`menuDefaultOpen`**: If set to `true`, the menu is instantly opened when the web view is loaded. The default is `true`.\n\n- **`debug`**: This key does not affect the observable behavior of lineage and only affects the background logging.\n\n- **`showDead`**: If set to `false`, only people alive at the time of the currently active year are shown in the graphs. If set to `true`, everyone born by this time (regardless of death date) is shown.\n\n- **`filter`**: In the web view's menu bar, you can filter for specific names using the provided input field. This key allows you to set an initial filter that will be active when the web view is freshly loaded.\n\n## Notes\n- For viewing large datasets, it may help to zoom out your browser\n- If you lose the ui, move your mouse to the edge of the screen at the top left\n- To run the demo in play mode, just press play and watch the years tick by\n- To hear the music, check the music checkbox and press play\n\n## Generating new datasets\n- There's a script in the script directory called famgen.js. Run it like this to generate new datasets. \n```\nnode script/famgen.js \u003e data/familyData.json\n```\n\n## Upcoming features / ToDo\n- Better readme for using this with your own data\n- Support for incrementing by day instead of year\n- Handle more generic network data that needs to be viewed in a time series\n- Non-browser zoom, since the browser zoom is limited. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengarvey%2Flineage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbengarvey%2Flineage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengarvey%2Flineage/lists"}