aperture-data / aperturedb-python

ApertureDB Python Client
Other
4 stars 2 forks source link

Change adb terminology to be clearer #465

Open vishakha041 opened 3 weeks ago

vishakha041 commented 3 weeks ago

Let's use verbs perhaps instead of transformer / generator that have CV / Python meanings. --enrich ??

vishakha041 commented 3 weeks ago

Could we also fix the behaviors in config create ? i think the defaults should be no for both SSL and REST and it STatus() should work regardless of what is chosen

luisremis commented 3 weeks ago

SSL needs to be enabled by default. By default, ApertureDB only allows SSL connections.

vishakha041 commented 2 weeks ago

SSL needs to be enabled by default. By default, ApertureDB only allows SSL connections.

If it can't be turned off, why do we have an option? Remove it?

luisremis commented 2 weeks ago

It is configurable in both Python client and ApertureDB server. Default should be ON, as it is currently in both sides.

gsaluja9 commented 6 days ago

SDK has *model in pydantic derivatives which might lead to confusion