t3n/eventsourcing-googlefirestoreeventstore

Neos.EventSourcing 针对Google Cloud Firestore的适配器

dev-master 2019-04-30 11:13 UTC

README

CircleCI Latest Stable Version Total Downloads

t3n.EventSourcing.GoogleFireStoreEventStore

Neos.EventSourcing 针对以下适配器:Google Cloud Firestore

安装

使用composer安装

composer require t3n/eventsourcing-googlefirestoreeventstore

配置

示例配置

Neos:
  EventSourcing:
    EventStore:
      stores:
        'default':
          storage: 't3n\EventSourcing\GoogleFireStoreEventStore\GoogleFireStoreEventStorage'
          storageOptions:
            baseDocumentId: 'some_namespace'
            fireStoreConfig:
              keyFilePath: '%FLOW_PATH_ROOT%Configuration/keyfile.json'

您可以在以下地址获取Google Cloud密钥:https://console.cloud.google.com/apis/credentials/serviceaccountkey