Coder Social home page Coder Social logo

nasa-impact / pynequa Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 2.0 56 KB

A python library to handle communication with Sinequa's REST API.

License: MIT License

Shell 0.61% Python 97.37% Makefile 2.02%
enterprise-search knowledge-discovery sinequa

pynequa's Issues

Pynequa: Add documentation

Description

Add README, contributing docs, license and package docs.

Acceptance Criteria:

  • Proper README file
  • Proper contributing directions
  • License file
  • Add readthedocs

Pynequa: Implement 2nd set of Search Endpoints

Implement all remaining search.* endpoint methods and fix tests.

The endpoints include:

  • search.alerts
  • search.baskets
  • search.labels
  • search.savedQueries
  • search.suggest
  • search.custom
  • suggestField
  • engine.sql

Tasks

Restructuring Pynequa

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

  1. anisbhsl
  2. enhancement
    anisbhsl
  3. anisbhsl

Pynequa: Add auto build and test scripts

Description

Add github workflows to perform build on new push to develop/master branch. Include tests files.

Acceptance Criteria:

  • Github build script
  • Unit tests for implemented methods

Tasks

Simplify the constructor for Sinequa class

Description

Currently pynequa.core.Sinequa class can only be initialized from a config dict. I propose moving the config-based construction to a new classmethod and use barebone parameters as a primary constructor

class Sinequa(API):
    def __init__(self, app_name=<default?>, query_name=<default?>, ..., debug: bool = False):
        pass

    @classmethod
    def from_config(cls, cfg: dict) -> Sinequa:
        pass

Why

Because we want more nuanced control of the construction without having to know what goes in the config. Normally config-based classes are initialized through secondary constructor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.