Giter VIP home page Giter VIP logo

gotupolis's Introduction

goTupolis - Tuple Space for Go

An easy to use tuple space library written in Go.

Also check out goTupolis' sister project rustupolis, a tuple space implementation in Rust. Both projects are developed in tandem to learn about the Rust and Go languages, as well as the differences in implementing a similar library.

Why Tuple Spaces

Tuple spaces are a very cool application (and enabler) of decentralized computing. Even though not widely used, they are nevertheless useful to facilitate asynchronous and distributed communcation and data exchange and a nice to have tool for any programming language that cares about these things.

Additionally tuple spaces are a great way to explore a programming language. Their underlying concept is rather straight-forward and easy to grasp, the implementation touches on many prominent concepts in programming:

  • data structures and generics
  • multi-threading and concurrency
  • sockets and network communication

and various more.

Goals

The goal of this project is to implement a comprehensive tuple space library that fulfills the following criteria:

  1. General Use - the implementation should support the use of any kind of data the user wishes.
  2. Distributed - the tuple space should be able to run locally and remotely on multiple nodes.
  3. Parallelized - the core value, the tuple space should be accessible concurrently.

Development

The tuple space is being implemented iteratively, where each iteration improves upon the previous by adding or refining features to achieve the next milestone.

Milestones

  • local tuple space for storing tuples and retrieving them via pattern matching
  • local tuple space with multi-threaded and concurrent access
  • remote tuple space server, accessible via network sockets
  • distributed tuple space on multiple servers, accessible via network
  • 'space of spaces', tuples can be tuple spaces themselves

Inspiration from other golang tuplespace libraries

https://github.com/sgjp/go-tuplespace https://github.com/alecthomas/tuplespace

Current version

indev

gotupolis's People

Contributors

micutio avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.