Coder Social home page Coder Social logo

read-model-elasticsearch's Introduction

Broadway

Broadway is a project providing infrastructure and testing helpers for creating CQRS and event sourced applications. Broadway tries hard to not get in your way. The project contains several loosely coupled components that can be used together to provide a full CQRS\ES experience.

build status

About

Read the blog post about this repository at:

Installation

$ composer require broadway/broadway

Documentation

You can find detailed documentation of the Broadway bundle on broadway.github.io/broadway.

Feel free to join #qandidate on freenode with questions and remarks!

Acknowledgements

The broadway project is heavily inspired by other open source project such as AggregateSource, Axon Framework and Ncqrs.

We also like to thank Benjamin, Marijn and Mathias for the conversations we had along the way that helped us shape the broadway project. In particular Marijn for giving us access to his in-house developed CQRS framework.

License

MIT, see LICENSE.

read-model-elasticsearch's People

Contributors

asm89 avatar boekkooi avatar dependabot-preview[bot] avatar dependabot[bot] avatar fritsjanb avatar kapitok avatar kelvinj avatar maks3w avatar manelephant avatar mbadolato avatar nicolopignatelli avatar ninodafonte avatar othillo avatar ricbra avatar wjzijderveld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

read-model-elasticsearch's Issues

Bundle is incompatible with version of broadway bundle 0.4.2

Hello,
When I try to configure this bundle with "broadway/broadway-bundle": "^0.4.2", I get an error:
Fatal error: Declaration of Broadway\ReadModel\ElasticSearch\ElasticSearchRepository::save(Broadway\ReadModel\Identifiable $data) must be compatible with Broadway\ReadModel\Repository::save(Broadway\ReadModel\Identifiable $data): void in /var/www/symfony/vendor/broadway/read-model-elasticsearch/src/ElasticSearchRepository.php on line 24

Problems using _type with index templates and other use cases

Hey team!

First of all, thank you for your work here, it's a great library and has helped me a lot.

Just wanted to ask if there are any plans from your side to remove the _type field from the repository (as it creates trouble starting in ES 7.0) and it will disappear soon (as I'm sure you already know).

I did some changes in a fork (basically just removed the references to 'type' all over the repository and created a custom serializer to be able to use a _class field inside the payload as a reference instead the type field. It works for me although I'm pretty sure there is a better solution for this case so, I'm asking:

  • If you already have any plans to fix this, please let me know, I'm happy to take that task myself if you give me some guidance in what you think is the right implementation.

Thank you and keep the good work!

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.