GithubHelp home page GithubHelp logo

Comments (4)

iakkus avatar iakkus commented on May 29, 2024

As the HttpFrontend component is getting removed, we'd also need to move the HttpFrontend/nginx_config/ somewhere else and update the relevant ansible/helm files.

Update: The nginx config template has been moved to deploy/ansible in the 'develop' branch, so it is safe to remove here.

from knix.

iakkus avatar iakkus commented on May 29, 2024

@paarijaat do you have a branch for this?

from knix.

iakkus avatar iakkus commented on May 29, 2024

Branch feature/storage_ops_via_management_remove_httpfrontend.

from knix.

iakkus avatar iakkus commented on May 29, 2024

So far, we had always allowed access to the KV store in the GUI. Do you think we should also supply the functions to access the rest of the data structures (i.e., maps, sets, counters) @paarijaat @abeckn?

(I guess after the issue related to the storage triggers (#31), we can also add those as well, but those should be handled perhaps from that branch and not this one.)

By the way, do we envision a single function with different parameters (e.g., "op"="getMap", params={"name": mapname, "is_private": true}, "op"="getSet", params={"name": setname, "is_private": false})? Or do we envision a separate function for each operation?

I think a single function would suffice; otherwise, there would be 30+ functions just for storage access, which might a bit inefficient, assuming the access to such data is not really the most frequent ones (compared to other management actions).

from knix.

Related Issues (20)

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.