This is an open issue to have discussions on restructuring pynequa hoping it will serve as documentation for future changes.
Currently, pynequa is organized as follows:
pynequa
|
|- core.py # contains main REST API method implementations for Sinequa
|- models.py # data models
|-api
|-api.py # contains HTTP request implementations
This was the initial implementation of pynequa. With incoming changes, it is now time to think of re-structuring classes and separate search, index, collection, engine, extras implementations.
### Tasks
- [ ] https://github.com/NASA-IMPACT/pynequa/issues/15
- [ ] https://github.com/NASA-IMPACT/pynequa/issues/16
- [ ] https://github.com/NASA-IMPACT/pynequa/issues/17
- [ ] https://github.com/NASA-IMPACT/pynequa/issues/19
This is an open issue to have discussions on restructuring pynequa hoping it will serve as documentation for future changes.
Currently, pynequa is organized as follows:
This was the initial implementation of pynequa. With incoming changes, it is now time to think of re-structuring classes and separate
search, index, collection, engine, extrasimplementations.