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

Snowplow payload schema registry #571

Open
hakanuzum opened this issue Sep 29, 2023 · 4 comments
Open

Snowplow payload schema registry #571

hakanuzum opened this issue Sep 29, 2023 · 4 comments

Comments

@hakanuzum
Copy link

I am sending Snowplow payload data to Postgres, but the payload is in jsonb format. Am I missing something in the documentation? Isn't there a solution to print the payload in raw form?

image

@leonard-henriquez
Copy link
Contributor

leonard-henriquez commented Nov 9, 2023

Did you find an answer @hakanuzum ?

@hakanuzum
Copy link
Author

Did you find an answer @hakanuzum ?

Hi Leonard,
Unfortunately, I haven't found an answer or alternative result yet. If you can reach me, please let me know :)

@jakthom
Copy link
Contributor

jakthom commented Feb 13, 2024

Hey @hakanuzum , what do you mean by "print payload in raw form"?

The payload landing in postgres as jsonb is expected, but if you can also write payloads to stdout, or a local file, etc.

@hakanuzum
Copy link
Author

hakanuzum commented Mar 26, 2024

hi @jakthom

What I actually wanted to talk about was how to send the incoming data in the form of rows and columns instead of sending it to the database as raw json. Is it necessary to edit this on the redpanda side. I could not find how to do it in the documentation and my research. This problem may not be a problem directly related to the product itself.
The main issue is that the snowplow payload sent to the database is parse and sent in rows and columns. I don't want to write raw json.

If there is a sample document or link, it would be super.

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

No branches or pull requests

3 participants