{"id":22790303,"url":"https://github.com/zven21/footprint","last_synced_at":"2025-07-20T12:02:45.224Z","repository":{"id":32806664,"uuid":"190343480","full_name":"zven21/footprint","owner":"zven21","description":"Track changes to your Ecto Schema.","archived":false,"fork":false,"pushed_at":"2023-01-03T23:58:12.000Z","size":680,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T09:54:52.918Z","etag":null,"topics":["ecto","elixir","track"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zven21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-05T07:05:40.000Z","updated_at":"2019-06-19T02:06:35.000Z","dependencies_parsed_at":"2023-01-14T22:17:49.914Z","dependency_job_id":null,"html_url":"https://github.com/zven21/footprint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zven21%2Ffootprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zven21%2Ffootprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zven21%2Ffootprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zven21%2Ffootprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zven21","download_url":"https://codeload.github.com/zven21/footprint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246350762,"owners_count":20763225,"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":["ecto","elixir","track"],"created_at":"2024-12-12T02:19:55.987Z","updated_at":"2025-03-30T16:42:33.285Z","avatar_url":"https://github.com/zven21.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# FootPrint\n\n**Track changes to your database with Ecto**\n\n## Table of contents\n\n* [Getting started](#getting-started)\n* [Demo](#demo)\n* [Contributing](#contributing)\n* [Make a pull request](#make-a-pull-request)\n* [License](#license)\n* [Credits](#credits)\n\n## Getting started\n\n* The package can be installed by adding `footprint` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:footprint, \"~\u003e 0.3.1\"}\n  ]\nend\n```\n\n* Add the Repo of your app and the desired per_page to the `footprint` configuration in `config.exs`:\n\n```elixir\nconfig :footprint, repo: MyApp.Rep\n```\n\n## Demo\n\nThe dummy app shows a simple turbo_ecto example.\n\nClone the repository.\n\n```bash\nhttps://github.com/zven21/footprint.git\n```\n\nChange directory\n\n```bash\n$ cd dummy\n```\n\nRun mix\n\n```bash\n$ mix deps.get \u0026\u0026 yarn --cwd=assets\n```\n\nPreparing database\n\n```bash\n$ mix ecto.setup\n```\n\nStart the Phoenix server\n\n```bash\n$ ./script/server\n```\n\nOpen your browser, and visit `http://localhost:4000`\n\n## Contributing\n\nBug report or pull request are welcome.\n\n### Make a pull request\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nPlease write unit test with your code if necessary.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n\n## Credits\n\n* [paper_trail](https://github.com/izelnakri/paper_trail) - Similar implementation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzven21%2Ffootprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzven21%2Ffootprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzven21%2Ffootprint/lists"}