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

Palimpzest Recipes: How to Get Data From a Database #109

Open
mikecafarella opened this issue Feb 4, 2025 · 0 comments
Open

Palimpzest Recipes: How to Get Data From a Database #109

mikecafarella opened this issue Feb 4, 2025 · 0 comments

Comments

@mikecafarella
Copy link
Collaborator

We should create a series of short "Palimpzest Recipes". These will be short 1-2 page documents that show how to accomplish a commonly-wished-for goal.

If PZ is perfect, this is basically a documentation task. But of course PZ probably has a lot of problems, which we will only realize when we try to write the "easy story on how to do X" and realize that we can't do it. So accomplishing this task will sometimes mean just writing a doc, but will often mean doing some design and writing code.

In this case, the Goal is: HOW TO GET DATA FROM A DATABASE.

This is pretty similar to the task of getting data from a REST API. The only difference is that we get it from a SQL client. It's a small difference, but let's hold people's hands and show them how it's done. I think the schema-handling part might be a bit different.

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

1 participant