-
Notifications
You must be signed in to change notification settings - Fork 1
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
resources table schema #8
Comments
Could you define what a resource is and how it is used? |
A dev Conseil instance, an alphanet Tezos node instance, etc. |
And how would these records be used? |
If i'm getting this correctly, it's essentially an inventory of what's available (i.e. bandwith, unused instances, open api key, etc.) |
@anonymoussprocket Could you confirm what @leenpaws said? |
Is there supposed to be a relationship table somewhere between api-keys and resources? Personally I don't see api-keys as valid resources in this table |
API keys are provisioned for services (resources). Is this API key allowed to query Conseil? Is this API key allowed to query Tezos. |
Now that I looked again at the apikey table I get it |
I was curious to know if there's a real advantage in using the tablename inside columns as in:
Is it a best-practice for db-admins reasons that I'm ignorant of? p.s. I can see this as a useful ambiguity-resolver when joining many tables that share common column-names like id, name, description, ... |
The text was updated successfully, but these errors were encountered: