Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Cloud Storage #49

Open
anandjaisy opened this issue May 28, 2024 · 1 comment
Open

Google Cloud Storage #49

anandjaisy opened this issue May 28, 2024 · 1 comment

Comments

@anandjaisy
Copy link

anandjaisy commented May 28, 2024

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.

@SimonFrauenschuh
Copy link
Contributor

I've done most of the work in this PR.

If you are able to get the tests running in parallel, then I guess it will be merged soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants