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

Custom data type and routing for GRPC #318

Open
nicosammito opened this issue Oct 24, 2024 · 2 comments
Open

Custom data type and routing for GRPC #318

nicosammito opened this issue Oct 24, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@nicosammito
Copy link
Contributor

Create data structure for custom data types based on the first planning of the DBML structure and develop endpoint for Aquila to push data types from runtime and actions to the database.

We will support those types of custom data types:

  • PRIMITIVE
  • TYPE
  • OBJECT
  • DATATYPE
  • FUNCTION

PRIMITIVE are data types that are natively developed such as boolean or string
TYPE are data types that extend from PRIMITIVE and add rules to minimise their scope (e.g. email)
OBJECT are data types that bundle together different other data types within a key value system
DATATYPE is a data type that itself is a data type and is used for parameters and inputs that expect the data type itself rather than a value of that type
FUNCTION is a data type similar to JAVA function (Supplier, Function, Consumer) and is needed e.g. for Loops

@nicosammito nicosammito added the enhancement New feature or request label Oct 24, 2024
@Taucher2003
Copy link
Member

Currently blocked by code0-tech/tucana#9 and code0-tech/tucana#10

@nicosammito
Copy link
Contributor Author

Currently blocked by code0-tech/tucana#9 and code0-tech/tucana#10

Should we than reset the focus for the sprint?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants