Skip to content

Making compute focused updates to the Application documentation #166

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sludin
Copy link

@sludin sludin commented Apr 11, 2025

No description provided.

Copy link
Member

@kriszyp kriszyp left a comment

Choose a reason for hiding this comment

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

There is a ton of fantastic content in here. We should use it.
However, I still believe that for introducing users to Harper, we should prioritize showing the simplest and easiest path from installation to writing data and querying it so they can so how easily they can get started. They shouldn't have to write JavaScript before they can do a simple query, and the introduction should help users to see the powerful OOTB functionality before they start trying to customize it.
But after that, I think this provides tons of great examples of how to config files are structured, how that works, and how to build custom endpoints.
Including @nenharper as well here because this page is really the main content for the future getting started guide.


```graphql
type Dog @table {
# properties will go here soon
type Dogs @table {
Copy link
Member

Choose a reason for hiding this comment

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

My understanding is that it is the Harper standard to use singular names for tables, not plural (I didn't define that standard, just followed it).


## Adding an Endpoint
## Adding a Endpoint with REST
Copy link
Member

Choose a reason for hiding this comment

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

You no like English?! 😆

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