Changes on namespace
See original GitHub issueThe idea is to create a new namespace lib
containing the current context
one. At the end, the namespace structure will be:
- Lib
- Context
- Base context
- Api context
- (here will be the analysis framework context)
- Context
Why?
We want to send a message to the users: “this namespace is internal or private, you don’t need to think about it”.
it could be others like private
or internals
for example, but we have selected lib
for being more generic.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Namespaces
In Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique ...
Read more >How to switch namespace in kubernetes
It's a good practice to validate that the current namespace has changed by executing the following command kubectl config view | grep ......
Read more >Chapter 4. Common kubectl Commands - Kubernetes
Kubernetes uses namespaces to organize objects in the cluster. ... If you want to change the default namespace more permanently, you can use...
Read more >Kubernetes Namespaces: Everything you need to know
Kubernetes namespaces are a mechanism for isolating groups of resources within a single cluster. Resource names must be unique within a ...
Read more >What is a Kubernetes Namespace? | VMware Glossary
Since this can get cumbersome, the default namespace can be changed by using the kubectl config command to set the namespace in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
After a talk with @alasarr & @jgoizueta, we want to consider geocoding or isochrones part of data as services (or data services) and keep analysis namespace to big analysis as feature engineering.
Also, we want to add a deeper structure to data elements.
So, finally:
Auth
Lib
Data
Analysis
Viz
Utils
Contrib (it could appear in the future)
Note: namespaces and classes in bold are public
Done