Giter VIP home page Giter VIP logo

ideas's People

Contributors

h1alexbel avatar

Watchers

 avatar

ideas's Issues

eo-esql

SQL + eo-event = Event SQL

as SQL we can use jcabi-jdbc, or develop custom eo-postgres/eo-sql on top of that.

eo-dtx

Transactional component for distributed transactions and saga

eo-kafka

Concept:

Producer<X> producer = new KfProducer<>(new Dataized("json"), "localhost", "...");
    producer.send(new X());
    Consumer<X> consumer =
        new KfConsumer<>("localhost", "...");
    consumer.fetch(15L);
    consumer.fetch();
    Datazied<X> result = consumer.fetch(15L, 3); // wait  and disconnect  // 3 retries
    result.origin(); // returns in json

eo-qce

the component that can do event wrapping around the original object

new logo

the logo for the whole eo-cqrs, @h1alexbel what do you think it should look like? can you describe it?

eo-postgres

component for persisting data in PostgreSQL

eo-gcp

Google Cloud Platform Fluent Object-Oriented API

eo-integration

Integration framework for source-target sync up, ETLs, and so on.

public interface Source {

  void stream(Target target, DataStream stream);
}

public interface Target {

  void acquire(Step step);
}

public interface Step<X> {

  final class Simple<X> implements Step<X> {
    private final X data;
  }
}

interface Result<R, F> {

  R outcome(Iterable<F> steps);
 }

xfake

xfake - XML In-Memory Storage for your Fake Objects

eo-redis

Simple and elegant Redis external cache API

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.