-
Notifications
You must be signed in to change notification settings - Fork 385
feat: move core dynamo interfaces to dynamo core [DONT MERGE] #1111
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this moving into dynamo core? The core should be the rust and the bindings on top of rust. I would expect this code to be a part of the SDK
efee787
to
6dc8eb4
Compare
6dc8eb4
to
267b1f0
Compare
@ishandhanani, we think this aligns with core because decoupled dynamo interfaces and decorators are core functionality for locally serving a dynamo. Deployment specific code is left in |
I agree with @ishandhanani . I think you are making a mistake calling these bits core and sdk and now core_sdk. It screams "this is important!" but doesn't tell the user why or what it does. "deploy" is a good name. "run" is an acceptable name. Figure out what this does and call it that. If it's not easy to figure out what it does, consider splitting it, or re-working it, to make its purpose clear. "core" is a bad name for obvious reasons. "SDK" is a bad name because it isn't one - see wikipedia SDK entry. "Dynamo SDK" would imply there is a thing called Dynamo that you use the SDK to write software for, like a device or platform. Our github description says Dynamo is a framework. Framework's don't have SDKs. Maybe this should be "dynamo graph"? Is being able to connect things the way this helps people? @nnshah1 for viz |
Agreed, we need to think through the name and location of the common interface/implementation of previously |
Let's find some time next week - how urgent is this? |
yes, we can discuss the the destination directory for dynamo graphs next week. It's not super urgent. |
Overview:
Move core constructs for decoupled dynamo interfacesinto a dynamo into dynamo core.
Details:
Where should the reviewer start?
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)