prooph/event-store-flywheel-adapter 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

prooph/event-store-flywheel-adapter

Composer 安装命令:

composer require prooph/event-store-flywheel-adapter

包简介

Flywheel Adapter for ProophEventStore

README 文档

README

Build Status Coverage Status Gitter

Use Prooph Event Store with Flywheel.

Overview

Flywheel is a serverless document database which only uses flat files on your local filesystem to store the data. All the events will be stored and loaded from a choosen directory. This is well suited when you bootstrap an application and you don't need a real database server right away. It can also be a good candidate for writing functionnal tests.

But of course you must not run it in production since it is not designed to handle a huge amount of events and doesn't manage transactions.

Installation

You can install this package via Composer:

composer require prooph/event-store-flywheel-adapter

Usage

See the quickstart example.

It creates some events and store them in JSON files in the quickstart/event_store directory. Here is an example of a created JSON file:

{
    "event_id": "4e5bba37-e2bb-46d3-9988-e2ec6b02e664",
    "version": 1,
    "event_name": "ProophTest\\EventStore\\Mock\\UserCreated",
    "payload": {
        "name": "Max Mustermann"
    },
    "metadata": {
        "tag": "person"
    },
    "created_at": "2016-02-25T13:28:54.365200"
}

Support

Contribute

Please feel free to fork, extend existing and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes. You are also encouraged to use the composer lint command to validate the coding standards.

License

Released under the New BSD License.

统计信息

  • 总下载量: 153
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 6
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2016-02-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固