{"id":15048403,"url":"https://github.com/github/taps","last_synced_at":"2025-10-04T08:31:44.590Z","repository":{"id":4365895,"uuid":"5502329","full_name":"github/taps","owner":"github","description":"simple database import/export app","archived":true,"fork":true,"pushed_at":"2015-02-27T10:07:42.000Z","size":609,"stargazers_count":11,"open_issues_count":0,"forks_count":10,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-09-29T00:21:36.325Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ricardochimal/taps","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.png","metadata":{"files":{"readme":"README.rdoc","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}},"created_at":"2012-08-21T23:20:56.000Z","updated_at":"2024-07-31T03:21:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/github/taps","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/github%2Ftaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Ftaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Ftaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Ftaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/taps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235232703,"owners_count":18957057,"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":[],"created_at":"2024-09-24T21:11:27.702Z","updated_at":"2025-10-04T08:31:39.337Z","avatar_url":"https://github.com/github.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cb\u003eNOTE: This fork is no longer supported or updated by GitHub. See https://github.com/ricardochimal/taps\u003c/b\u003e\n\n= Taps -- simple database import/export app\n\nA simple database agnostic import/export app to transfer data to/from a remote database.\n\n== Usage: Server\n\nHere's how you start a taps server\n\n  $ taps server postgres://localdbuser:localdbpass@localhost/dbname httpuser httppassword\n\nYou can also specify an encoding in the database url\n\n  $ taps server mysql://localdbuser:localdbpass@localhost/dbname?encoding=latin1 httpuser httppassword\n\n== Usage: Client\n\nWhen you want to pull down a database from a taps server\n\n  $ taps pull postgres://dbuser:dbpassword@localhost/dbname http://httpuser:httppassword@example.com:5000\n\nor when you want to push a local database to a taps server\n\n  $ taps push postgres://dbuser:dbpassword@localhost/dbname http://httpuser:httppassword@example.com:5000\n\nor when you want to transfer a list of tables\n\n  $ taps push postgres://dbuser:dbpassword@localhost/dbname http://httpuser:httppassword@example.com:5000 --tables logs,tags\n\nor when you want to transfer tables that start with a word\n\n  $ taps push postgres://dbuser:dbpassword@localhost/dbname http://httpuser:httppassword@example.com:5000 --filter '^log_'\n\n== Known Issues\n\n* Foreign key constraints get lost in the schema transfer\n* Tables without primary keys will be incredibly slow to transfer. This is due to it being inefficient having large offset values in queries.\n* Multiple schemas are currently not supported\n\n== Meta\n\nMaintained by Ricardo Chimal, Jr. (ricardo at heroku dot com)\n\nWritten by Ricardo Chimal, Jr. (ricardo at heroku dot com) and Adam Wiggins (adam at heroku dot com)\n\nEarly research and inspiration by Blake Mizerany\n\nReleased under the MIT License: http://www.opensource.org/licenses/mit-license.php\n\nhttp://github.com/ricardochimal/taps\n\nSpecial Thanks to Sequel for making this tool possible http://sequel.rubyforge.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Ftaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Ftaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Ftaps/lists"}