Skip to content

Google Cloud Storage #49

@anandjaisy

Description

@anandjaisy

Eclipse store already has an option to store the data in Google Cloud Firestore with below dependencies

https://docs.eclipsestore.io/manual/storage/storage-targets/blob-stores/google-cloud-firestore.html

<dependency>
	<groupId>org.eclipse.store</groupId>
	<artifactId>afs-googlecloud-firestore</artifactId>
	<version>1.3.2</version>
</dependency>
<dependency>
	<groupId>com.google.cloud</groupId>
	<artifactId>google-cloud-firestore</artifactId>
	<version>3.0.17</version>
</dependency>

Is there any planning for the Google storage file system? It will be good if we provide a google bucket storage feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions