object-storage
Here are 182 public repositories matching this topic...
Best I can tell, all executables produce 0 as a Linux exit code, regardless how wrongly they were invoked. That's a problem, e.g. when attempting to run the gateway as a systemd.service.
Specific use case: storj-gateway.service runs gateway_xxx_yyy --config-dir does-not-exist. Systemd happily reports that everything is fine -- which of course it is not, but it cannot tell unless the exit co
Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.
-
Updated
Oct 19, 2020 - JavaScript
Java embedded nosql document store
-
Updated
Oct 19, 2020 - Java
High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift
-
Updated
Oct 19, 2020 - Python
A distributed sync package.
-
Updated
Nov 12, 2019 - Go
The Infinit policy-based software-defined storage platform.
-
Updated
Oct 30, 2016
Distributed object storage server from Douban Inc.
-
Updated
Aug 7, 2020 - Go
Zenko is the open source multi-cloud data controller: own and keep control of your data on any cloud.
-
Updated
Oct 16, 2020 - Python
AIStore: scalable storage for AI applications
-
Updated
Oct 17, 2020 - Go
This is a feature request.
Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers and Access-Control-Allow-Credentials header is required to satisfy https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin.
DOSA is a data object abstraction layer
-
Updated
Jun 5, 2020 - Go
Thanks @zacharywhitley , good for you for digging around and finding that! Yes, for people, clearly like yourself, who like deep technical information, I agree with you that the motr-in-prose.md is currently our best document. I'll create an issue that we should add this to our FAQ to make it more obvious so that the next pe
Auklet is a high performance storage engine based on Openstack Swift
-
Updated
Mar 19, 2019 - Go
The distributed object storage server used by PitchPoint Solutions to securely store billions of large and small files using minimal resources. Object data is stored in replicated volumes implemented like Facebooks Haystack Object Store. Object metadata which essentially maps an object name to a volume position is stored in an elasticsearch index.
-
Updated
Oct 13, 2020 - Java
Simple solution to keep a independent S3 storages in sync
-
Updated
Sep 24, 2020 - Go
A key value storage example powered by hashicorp raft and BadgerDB
-
Updated
Jul 30, 2018 - Go
A lightweight tool for analyzing the performance and data integrity of object-based storage services
-
Updated
Jun 11, 2020 - Shell
Object interface to GlusterFS (this is only a public mirror)
-
Updated
Dec 16, 2019 - Python
Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
-
Updated
Aug 6, 2020 - JavaScript
Operator for NooBaa - object data service for hybrid and multi cloud environments
-
Updated
Oct 19, 2020 - Go
MinIO Client SDK for Haskell
-
Updated
Oct 17, 2020 - Haskell
Minio Cluster - S3 Compatible Object Storage
-
Updated
Jan 16, 2020 - JavaScript
-
Updated
Dec 20, 2018 - Java
A JupyterLab extension for browsing S3-compatible object storage
-
Updated
Sep 23, 2020 - Python
Improve this page
Add a description, image, and links to the object-storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-storage topic, visit your repo's landing page and select "manage topics."


Hi! Let's assume I have the following data:
Please, I want to know how can I use obj.increment() to increment the count field of the first element in items?
I have tried obj.increment('items.0.count') but it doesn't work. I got the following error: Cannot read property '0'