Code Monkey home page Code Monkey logo

morpho's People

Contributors

b4rtware avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

morpho's Issues

Refactor proto file

  • rename DocumentRequest to TransformDocumentRequest
  • rename TransformPipe to TransformDocumentPipe
  • rename TransformPipeRequest to TransformDocumentPipeRequest

Enforce a configuration hierachy

Which config overrides another config.

  • command line arguments

  • environment variables

  • config file

  • expose every config option in each possible config configuration

Implement X-Instance-Id custom header field

Examples:

  • msA/1.1%22s
  • msA/1.1/feature-22aabbcc%22s
  • A/1%22s
  • msA/1.1/feature-22aabbcc%22s(msB/2.2%33s)
  • msA/1.1/feature-22aabbcc%22s(msB/xx%333s+msC/222%444s)
  • A/1.1%22s(B/1.1%22s(C/1.1%22s+D/1.1%22s)+D/1.1%22s(E/1.1%22s))

Syntax: X-Instance-Id <name>/<version>/<metadata>

  • Metadata e.g <commit hash>%<seconds>

Implement a new grpc consumer

The last grpc consumer was removed due to several bugs.

  • use the new grpcio to py converter which uses dataclasses!

It is currently not possible to handle non json requests

Create a non json request results into an error:

    request_model = TransformDocumentRequest(**flask.request.json)
TypeError: ModelMetaclass object argument after ** must be a mapping, not NoneType

It should be checked beforehand if json is present.

morpho namespace in pypi

Hi @B4rtware I couldn't find your contact info elsewhere so hopefully you see this! I'm working on a python project with a similar name (Morpho). I wanted to check if this project was still actively maintained, and if not whether you'd be open to initiating a transfer for me?

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.