Replies: 2 comments 3 replies
-
|
I think we have several usage patterns
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
For experimentation purpose, I created a Dockerfile, and I could use adb cli, without the non essential stuff. It asserts that we could create a minimal but functional install like this. Dockerfile: and build it as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The current aperturedb SDK encompasses a bunch of functionality, in which certain layers are built on top of others.
We should repackage it, by specifying optional dependencies, or splitting into different wheels.
Build of aperturedb-notebooks does ensure that all of them can be installed in a clean environments, but adding all the dependencies can possibly create an issue if a user's existing arrangement pins the versions of certain packages we also depend on.
Also it's important to acknowledge that not everyone wants to use all the features of aperturedb.
This discussion should lead to way in which the package can be split so that users can pick the features they require without causing a lot of disruption to their env.
Based on the usage patterns, the following can be deduced:
Beta Was this translation helpful? Give feedback.
All reactions