GithubHelp home page GithubHelp logo

buckyos / buckyos Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 611 KB

Buckyos is a Cloud OS (Network OS) for everyone. Its primary design goal is to allow consumers to have their own cluster/cloud (we call this cluster Zone).Consumers can install Service in their own Zone just like installing App. Based on buckyos, users can have AI Agents that can access all their data, devices, and services.

buckyos's People

Contributors

alexsunxl avatar waterflier avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

streetycat wugren

buckyos's Issues

Don't provide ‘’events‘’ in basic components of the system.

From the perspective of performance and dependability, events in distributed systems are not easy to implement simply. And events are very easy to use. If provided, application developers will definitely use them extensively.

What we should provide is a simple, reliable, and strongly consistent query interface. We can tell the upper layer that the status has changed by carrying the version number in the return.

@alexsunxl

Considerations for Package Management System Design

When designing a package management system, it's important to consider the purpose of installations, how to handle version conflicts, dependency resolution, the process of building and installing packages, as well as how to integrate with CI/CD workflows.

I believe a key issue is understanding the goals of our package management system. Different systems like Cargo, NPM, and Pip have their own unique approaches, and clarifying our objectives can help shape our architectural design. For instance:

  1. Cargo has a cargo install command which installs packages into a user-level directory, but it is more commonly used for project directory installations.
  2. NPM allows differentiation in installation levels using the -g flag for global installations.
  3. This means both Cargo and NPM have considered project isolation, which is convenient for project builds and CI/CD.
  4. Pip usually installs packages at the user level, which can lead to version conflicts across different projects. Python attempts to address this with the use of virtual environments (venv).

The questions that we need to address are as follows:

  1. Which package management philosophy does our system align with more closely?
  2. Is our package management system intended to manage agents or apps, i.e., non-system component packages?
  3. Should the installation be at the user level (system level) or the project level?

@waterflier

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.