Giter Site home page Giter Site logo

llamerada-jp / colonio Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 3.68 MB

Library let it easy to use distributed systems

License: Apache License 2.0

CMake 1.40% Shell 0.31% C 3.38% C++ 71.18% JavaScript 1.45% HTML 0.13% Makefile 1.76% Dockerfile 0.12% Go 13.76% TypeScript 6.50%
algorithms kvs webassembly

colonio's People

Contributors

dependabot[bot] avatar llamerada-jp avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

blockspacer

colonio's Issues

Patch feature for KVS

The patch feature is helpful to deal with structured data effectively (like JSON or YAML) in KVS.
I don't want the patch features to depend on the type of structured data. I guess Rocksdb's MergeOperator interface is a good hint to resolve this idea.

Provide local storage interface instead of kvs_get_local_data

Problems to resolve:

  • kvs_get_local_data is not efficient. The user program cannot seek locally stored data effectively.
  • All data are stored in memory and use a lot of memory when dealing with large data. It looks good to provide the interface to implement a custom module to store local data. So developers can implement the module suitable for each situation.

Abstraction of interfaces related to coordinates

X, Y coordinates, longitude, and latitude are similar, but the order of the arguments is different and can be mistaken. In addition, latitude and longitude may be specified in radian, and degree, so an interface is needed to use them without mistakes.

Provide lease & optimistic exclusion feature for kvs.

Problems to resolve:
Colonio does not have a lock feature. Clearly, this feature is important for handling data without discrepancies. In colonio, It assumes that nodes are unstable and cannot accurately manage members. In this situation, implementing mutex is very difficult. I considered lease & optimistic exclusion a realistic solution to provide a lock feature.

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.