Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-43097: Initial support for APDB-to-PPDB replication. #1

Merged
merged 4 commits into from
Apr 16, 2024

Conversation

andy-slac
Copy link
Collaborator

The main purpose of this package id to implement management tools for PDDB, including tools for migration of APDB data to PPDB. Regular clients will access PDDB either via SQL or using TAP services.

What is implemented on thi ticket:

  • Added base Ppdb class with factory methods, and its SQL implementation.
  • Two CLI tools - ppdb-cli for general commands and ppdb-replication for replication-related stuff.
  • Efficient bulk insert methods for Postgres.

@andy-slac andy-slac force-pushed the tickets/DM-43097 branch 3 times, most recently from a397844 to f80bc33 Compare April 12, 2024 17:06
@andy-slac
Copy link
Collaborator Author

uv pip is unhappy and I have no idea why. I'm going to ignore it for now.

@timj
Copy link
Member

timj commented Apr 12, 2024

I think the mypy problem is that felis should be called lsst-felis ?

@andy-slac andy-slac force-pushed the tickets/DM-43097 branch 11 times, most recently from b91fe2f to 04593da Compare April 16, 2024 18:55
The main purpose of this package id to implement management tools for
PDDB, including tools for migration of APDB data to PPDB. Regular clients
will access PDDB either via SQL or using TAP services.

What is implemented on thi ticket:
- Added base Ppdb class with factory methods, and its SQL implementation.
- Two CLI tools - `ppdb-cli` for general commands and `ppdb-replication`
  for replication-related stuff.
- Efficient bulk insert methods for Postgres.
Copy link
Collaborator Author

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-reviewing this package too. It's a brand new with all new code, but still work in progress, more features will added on other tickets.

@andy-slac andy-slac merged commit f5ce8fd into main Apr 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants