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

Postgres #101

Merged
merged 8 commits into from
Jun 15, 2023
Merged

Postgres #101

merged 8 commits into from
Jun 15, 2023

Conversation

bobbyiliev
Copy link
Collaborator

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🚩 Other

Description

Adding the first iteration of Postgres support.

Currently, it does not produce relation data, but should be possible to extend this.

Related Tickets & Documents

closes #74

Added to documentation?

  • 📜 readme
  • 🙅 no documentation needed

[optional] What gif best describes this PR or how it makes you feel?

Copy link
Contributor

@chuck-alt-delete chuck-alt-delete left a comment

Choose a reason for hiding this comment

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

Looks awesome, @bobbyiliev ! Thank you for your work on this. I left a couple comments.

.env.example Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
datagen.ts Outdated Show resolved Hide resolved
datagen.ts Outdated Show resolved Hide resolved
src/postgres/postgresConfig.ts Outdated Show resolved Hide resolved
bobbyiliev and others added 4 commits June 14, 2023 11:25
Co-authored-by: Chuck Larrieu Casias <87353672+chuck-alt-delete@users.noreply.github.com>
Co-authored-by: Chuck Larrieu Casias <87353672+chuck-alt-delete@users.noreply.github.com>
Copy link
Contributor

@chuck-alt-delete chuck-alt-delete left a comment

Choose a reason for hiding this comment

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

Last thing! We gotta rebrand the repo and the readme. It’s no longer just a Kafka data generator. It’s a Postgres data generator too!

@bobbyiliev
Copy link
Collaborator Author

Last thing! We gotta rebrand the repo and the readme. It’s no longer just a Kafka data generator. It’s a Postgres data generator too!

Just updated the README.md file a bit! Let me know if you have any more suggestions @chuck-alt-delete. We can also update the description of the repo itself after we cut a new release!

@bobbyiliev bobbyiliev merged commit eeeb497 into main Jun 15, 2023
@bobbyiliev bobbyiliev deleted the postgres branch June 15, 2023 13:03
recursethis pushed a commit to recursethis/materialize-datagen that referenced this pull request Feb 26, 2024
Co-authored-by: Chuck Larrieu Casias <87353672+chuck-alt-delete@users.noreply.github.com>
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.

Feature: add Postgres target
2 participants