All Projects → EMCECS → ECS-CommunityEdition

EMCECS / ECS-CommunityEdition

Licence: other
ECS Community Edition "Free & Frictionless"

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Jinja
831 projects
HCL
1544 projects

Projects that are alternatives of or similar to ECS-CommunityEdition

Less3
Less3 is an S3-compatible object storage server that runs on your laptop, servers, just about anywhere!
Stars: ✭ 16 (-87.2%)
Mutual labels:  storage, object
ansible-unity
Ansible Modules for Dell EMC Unity
Stars: ✭ 19 (-84.8%)
Mutual labels:  storage, emc
Kvpbase
Scalable, simple RESTful object storage platform, written in C#
Stars: ✭ 43 (-65.6%)
Mutual labels:  storage, object
Juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
Stars: ✭ 4,262 (+3309.6%)
Mutual labels:  storage, object-storage
Akubra
Simple solution to keep a independent S3 storages in sync
Stars: ✭ 79 (-36.8%)
Mutual labels:  storage, object-storage
S4
S4 is 100% S3 compatible storage, accessed through Tor and distributed using IPFS.
Stars: ✭ 67 (-46.4%)
Mutual labels:  storage, object-storage
Infinit
The Infinit policy-based software-defined storage platform.
Stars: ✭ 363 (+190.4%)
Mutual labels:  storage, object-storage
laravel-ovh
Wrapper for OVH Object Storage integration with laravel
Stars: ✭ 30 (-76%)
Mutual labels:  storage, object-storage
Cloudserver
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.
Stars: ✭ 1,167 (+833.6%)
Mutual labels:  storage, object-storage
Oio Sds
High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift
Stars: ✭ 465 (+272%)
Mutual labels:  storage, object-storage
Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (+240.8%)
Mutual labels:  storage, object-storage
Dosa
DOSA is a data object abstraction layer
Stars: ✭ 172 (+37.6%)
Mutual labels:  storage, object-storage
Storj
Ongoing Storj v3 development. Decentralized cloud object storage that is affordable, easy to use, private, and secure.
Stars: ✭ 1,278 (+922.4%)
Mutual labels:  storage, object-storage
harmony-ecs
A small archetypal ECS focused on compatibility and performance
Stars: ✭ 33 (-73.6%)
Mutual labels:  object, ecs
Entitas-Redux
An entity-component framework for Unity with code generation and visual debugging
Stars: ✭ 84 (-32.8%)
Mutual labels:  ecs
tgstore
An encrypted object storage system with unlimited space backed by Telegram.
Stars: ✭ 69 (-44.8%)
Mutual labels:  object-storage
Excel2Object
excel convert to .NET Object | Excel与.NET 对象进行转换,支持公式、多Sheet等功能
Stars: ✭ 35 (-72%)
Mutual labels:  object
gcsfs
Google Cloud Storage filesystem for PyFilesystem2
Stars: ✭ 36 (-71.2%)
Mutual labels:  storage
object.pick
(object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.
Stars: ✭ 39 (-68.8%)
Mutual labels:  object
MIT6.824-2021
4 labs + 2 challenges + 4 docs
Stars: ✭ 594 (+375.2%)
Mutual labels:  storage

ECS Community Edition

ECS CE Install Node Image

ECS Software Image

Current releases and history are available here.

Community Guides

Please read our Community Code of Conduct before contributing. Thank you.

Description

EMC ECS is a stateful, containerized, object storage system for cloud storage protocols. ECS is compatible with AWS S3 and OpenStack Swift. On file-enabled buckets, ECS can provide NFS exports for file-level access to objects.

ECS can be set up on one or more hosts or virtual machines in a single-site or a multi-site geo replicated configuration. We want the wider community to use ECS and provide feedback. Usage of this software is under the End User License Agreement at the bottom of this README.

ECS Community Edition is a free, reduced footprint, version of Dell EMC's ECS software. Of course, this means there are some limitations to the use of the software, so the question arises; how is the Community Edition of ECS different from the production version?

License difference

As noted with the included license, ECS Community cannot be used in production environments and is intended to be used for trial and proof of concept purposes only. This software is still owned and protected by Dell EMC.

Feature differences

It it important to note that ECS-Community Edition is not the same as ECS software and as such lacks some features that are integral to the actual ECS software.

  • ECS Community Edition does NOT support encryption
  • ECS Community Edition does NOT include ECS' system management, or "fabric", layer

Notice

Because of these differences, ECS Community Edition is absolutely not qualified for testing failure scenarios. Failure scenarios can only be adequately mimicked on the full version of ECS Software.

Quick Start Guide

If you have the following:

  1. A CentOS Minimal install of the latest CentOS release with:
    1. 16GB RAM
    2. 16GB block device for system
    3. 104GB block device for ECS
  2. Internet access
  3. No proxies, local mirrors, or special Docker registries

Then you should be able to get up and going with a Single-Node All-in-One install using these commands on your VM:

# git clone https://github.com/EMCECS/ECS-CommunityEdition
# cd ECS-CommunityEdition
# cp docs/design/reference.deploy.yml deploy.yml
# echo "Edit this deploy.yml to match your VM's environment"
# vi deploy.yml
# ./bootstrap.sh -y -g -c deploy.yml

And then after the node reboots (you did use a clean minimal install from ISO or netinstall right?):

# step1
# step2

And if all went well, you now have a working stand-alone ECS, mostly configured, and ready for use.

Hardware Requirements

Minimum

Note: A minimum configuration is only suitable for short-term sandbox testing Hardware or virtual machine with:

  • 4 CPU Cores
  • 16GB RAM
  • 16GB root block storage
  • 104GB additional block storage
  • CentOS Minimal installation of the latest CentOS release

Recommended

Note: A recommended configuration is more suitable for longer-term functional testing Hardware or virtual machine with:

  • 8 CPU Cores
  • 64GB RAM
  • 16GB root block storage
  • 1TB additional block storage
  • CentOS Minimal installation of the latest CentOS release

Deployment Scenarios

Deploy into Internet-Connected Environments

ECS Single-Node All-in-One Deployment (recommended, fastest, smallest footprint)

Deploy a stand-alone instance of ECS to a single hardware or virtual machine.

ECS Multi-Node All-in-One Deployment with Install Node (EC replication with > 3 nodes)

Deploy a multi-node ECS instance to two or more hardware or virtual machines. Three nodes are required to enable erasure-coding replication.

Deployments into Soft-Isolated and Air-Gapped Island Environments

Important information regarding Island deployments

Please be aware that install node bootstrapping requires Internet access to the hardware or virtual machine that will become the install node, but once this step is complete, the machine can be removed from the Internet and migrated into the Island environment.

Deploying from OVA

In situations where Internet access is completely disallowed, or for the sake of convenience, an OVA of a prefabricated, bootstrapped, install node is provided. Please download the OVA from one of the links below.

The OVA is shipped as a bootstrapped install node. It must be cloned multiple times to create as many Data Store Nodes as desired.

OVA Special Requirements
  • All nodes MUST be clones of the OVA.
  • All nodes MUST have their virtual hardware configurations updated to match the node type requirements.
Default Credentials
  • The default password for the admin accounts is ChangeMe. The default password for root is unknowable.
  • For security reasons, it is strongly advised to change the password for admin immediately after installation.
Network Configuration
  • The OVA is configured to acquire network settings via DHCP. Static configurations must be manually configured with sudo nmtui
OVA Download Links

Please see the release page for OVA download links. Please validate the package integrity against the provided sha512 hash mentioned for a release, before commencing deployment.

ECS Single-Node Deployment with Install Node (recommended)

Using an install node for isolated environments, deploy a stand-alone instance of ECS to a single hardware or virtual machine.

ECS Multi-Node Deployment with Install Node

Using an install node for isolated environments, deploy a multi-node ECS instance to two or more hardware or virtual machines. Three nodes are required to enable erasure-coding replication.

Directory Structure

Directory Name Description
docs Documentation sources; read them online at Read the Docs
examples Deployment and configuration examples for common scenarios
contrib Unsupported community-contributed scripts content related to ECS CE
patches Patches to the ECS Community Edition Docker image
bootstrap.sh Install Node bootstrap script
release.conf Installer release information file
ui Install Node utilities and support files
bootstrap_plugins Install Node bootstrap script support files

Support

Please file bugs and issues at the ECS's site in the EMC Community Network (ECS's support site) and you can also use this GitHub's repository issues page. For more general discussions you can contact the EMC Code team at Google Groups or tagged with EMC on Stack Overflow. The code and documentation are released with no warranties or SLAs and are intended to be supported through a community driven process.

License Agreement

EMC ECS Software Limited-Use License Agreement

This EMC Software License Agreement (the "Agreement") is a legal agreement between EMC Corporation, with a principal office at 176 South Street, Hopkinton, MA 01748 USA ("EMC") and you and the organization on whose behalf you are accessing this Agreement (the "Customer") and governs Customer’s access to, downloading of, and use of any and all components, associated media, printed materials, documentation, and programming accessed via the EMC software (the "Software").

By clicking on the "Agree" or check box or similar button set forth below, or by downloading, installing, or using the Software, you are representing to EMC that (i) you are authorized to legally bind the Customer, and (ii) you are agreeing on behalf of the Customer that the terms of this Agreement shall govern the relationship of the parties with regard to the Software.

If you do not have authority to agree to the terms of this Agreement, or do not accept the terms of this Agreement, click on the "Cancel" or similar button or discontinue your efforts to download the Software, and the registration, download and/or installation process will not continue. In such event, no access to, or authorization to download or use the Software, is granted by EMC.

EMC and Customer enter into this Agreement and this Agreement shall become effective on the date on which Customer clicks on the "Agree" button described above or downloads, installs or uses the Software, whichever occurs first (the "Effective Date"). NOW, THEREFORE, in consideration of the premises and obligations contained herein, it is agreed as follows:

1.0 - DEFINITIONS

1.1 - "Equipment" means the Customer owned storage devices, systems, or central processing units that the Software was designed to run on or with.

1.2 - "Software" means the free EMC Software made available for download by Customer from a designated EMC web site.

2.0 - PURPOSE AND SCOPE

2.1 - The Software shall be used for Customer’s internal business purposes and in accordance with EMC’s instructions and documentation. The Software is available from EMC to Customer at no charge, but only after Customer agrees to the license terms as contained in this Agreement.

2.2 - Under this Agreement, Customer may use the Software on the related Equipment it owns.

3.0 LICENSE TERMS

3.1 - EMC grants Customer a license to use the Software on the Equipment commencing on download for as long as Customer complies with this Agreement. The foregoing licenses shall be non-exclusive, non-transferable, and non-sublicensable and subject to the restriction that the Software be used solely on or in connection with the Equipment for which it was licensed. EMC may terminate licenses, without liability, if Customer breaches this Agreement and fails to cure within thirty (30) days after receipt of EMC’s written notice thereof. Upon termination, Customer shall cease all use and return or certify destruction of Software (including copies) to EMC. Customer shall not, without EMC's prior written consent, use the Software in a production environment, service bureau capacity, or copy, provide, disclose or otherwise make available Software in any form to anyone other than Customer's agents, employees, consultants or independent contractors ("Personnel"), who shall use Software solely for Customer's internal business purposes in a manner consistent with this Agreement. Customer shall be fully responsible to EMC for the compliance of Customer’s personnel herewith.

3.2 - Software is licensed only. No title to, or ownership of, the Software is transferred to Customer. Customer shall reproduce and include copyright and other proprietary notices on and in any copies, including but not limited to partial, physical or electronic copies, of the Software. Neither Customer nor its personnel shall modify, enhance, supplement, create derivative works from, reverse assemble, reverse engineer, reverse compile or otherwise reduce to human readable form the Software without EMC's prior written consent. Any third party software that may be provided by EMC shall be governed by the third party’s separate license terms, if any.

4.0 - DELIVERY AND INSTALLATION

4.1 - Delivery of the Software is by download only.

4.2 - EMC shall, as necessary, provide Customer with information to download, install and use the Software.

5.0 - TERM AND TERMINATION

5.1 - If Customer fails to perform any of its material covenants, obligations or responsibilities under this Agreement, Customer shall be in default and breach of this Agreement, and EMC shall, in addition to any other remedies, which may be available to EMC under this Agreement, in law or equity, in its sole discretion, have the right to terminate this Agreement and any or all related license(s) granted to Customer by written notice thereto, with such termination to be effective immediately.

5.2 - EMC may terminate this Agreement for its convenience at any time by providing Customer with a minimum of thirty (30) days prior notice.

6.0 - NO WARRANTY OR SUPPORT

6.1 - EMC PROVIDES ALL SOFTWARE HEREUNDER ON AN "AS-IS," "WHERE IS" BASIS, AND MAKES NO OTHER EXPRESS WARRANTIES, WRITTEN OR ORAL, AND ALL OTHER WARRANTIES ARE SPECIFICALLY EXCLUDED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, AND ANY WARRANTY ARISING BY STATUTE, OPERATION OF LAW, COURSE OF DEALING OR PERFORMANCE, OR USAGE OF TRADE.

6.2 - EMC shall not provide any technical support, SLA’s, telephone support, on-line support, or support of any kind under this Agreement. Customer is not entitled to receive any updates, upgrades or enhancements of any kind under this Agreement. This includes, but is not limited to, security vulnerabilities that may be applicable to the Software.

6.3 - No representation or other affirmation of fact, including but not limited to statement regarding capacity, suitability for use or performance of Software, whether made by EMC employees or otherwise, shall be deemed to be a warranty for any purpose or give rise to any liability of EMC whatsoever unless contained in this Agreement.

7.0 NO INDEMNIFICATION

7.1 - EMC shall have no liability to Customer for any action (and all prior related claims) brought by or against Customer alleging that Customer’s use or other disposition of any Software infringes any patent, copyright, trade secret or other intellectual property right. In event of such an action, EMC retains the right to terminate this Agreement and take possession of the Software.

7.2 - THIS SECTION 7.0 STATES EMC’S ENTIRE LIABILITY WITH RESPECT TO ALLEGED INFRINGEMENTS OF INTELLECTUAL PROPERTY RIGHTS BY THE SOFTWARE OR ANY PART OF THEM OR BY ITS OPERATION.

8.0 LIMITATION OF LIABILITY

8.1 - EMC’S AND ITS SUPPLIER’S TOTAL LIABILITY AND CUSTOMER’S SOLE AND EXCLUSIVE REMEDY FOR A CLAIM OF DAMAGE TO REAL OR TANGIBLE PERSONAL PROPERTY OR ANY OTHER CLAIM WHATSOEVER, INCLUDING BUT NOT LIMITED TO CLAIMS BASED ON CONTRACT, WARRANTY, NEGLIGENCE OR STRICT LIABILITY IN TORT, THAT ARISES OUT OF OR IN CONNECTION WITH SOFTWARE OR SERVICES PROVIDED HEREUNDER, SHALL BE LIMITED TO PROVEN DIRECT DAMAGES CAUSED BY EMC’S SOLE NEGLIGENCE IN AN AMOUNT NOT TO EXCEED US$5,000. IN NO EVENT SHALL EMC OR ITS SUPPLIERS BE LIABLE FOR CONSEQUENTIAL, INCIDENTAL, INDIRECT, OR SPECIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOSS OF PROFITS, REVENUES, DATA AND/OR USE) EVEN IF ADVISED OF THE POSSIBILITY THEREOF. NEITHER PARTY SHALL BRING ANY CLAIM ARISING OUT OF THE SOFTWARE OR SERVICES PROVIDED HEREUNDER MORE THAN EIGHTEEN (18) MONTHS AFTER SUCH CLAIM HAS ACCRUED.

8.2 - IF CUSTOMER USES SOFTWARE FOR ANY PURPOSE EXCEPT AS STATED HEREIN OR OTHERWISE AGREED IN WRITING, EMC SHALL HAVE NO LIABILITY WHATSOEVER FOR ANY DAMAGE TO EQUIPMENT OR DATA, OR FINANCIAL LOSSES, RESULTING FROM SUCH USE.

9.0 GENERAL

9.1 - Assignment – Customer shall not assign any right or interest hereunder nor delegate any work or other obligation to be performed hereunder to any entity other than its corporate parent, or a division or wholly or majority owned subsidiary of the party or its corporate parent. Any such action in violation of the foregoing shall be void.

9.2 - Entire Agreement - The terms contained herein constitute the entire agreement between the parties with respect to the subject matter hereof and shall supersede all prior communications and agreements, either oral, written or otherwise recorded.

9.3 - Compliance with Export Control Laws – Customer shall comply with all applicable export laws, orders and regulations and obtain all necessary governmental permits, licenses and clearances.

9.4 - Governing Law - This Agreement shall be governed by the laws of the Commonwealth of Massachusetts, excluding its conflict of law rules. The U. N. Convention on Contracts for the International Sale of Goods shall not apply.

9.5 - Notices – Except for routine communications, all other notices required or permitted hereunder, including but not limited to notices of default or breach, shall be signed by an authorized representative of the sender. Such notices shall be deemed to have been received (i) when hand delivered to such individuals by a representative of the sender; (ii) three (3) days after having been sent postage prepaid, by registered or certified first class mail, return receipt requested; (iii) when sent by electronic transmission, with written confirmation by the method of transmission; or (iv) one (1) day after deposit with an overnight carrier, with written verification of delivery.

9.6 - No Waiver – No omission or delay by either party in requiring the other party to fulfill its obligations hereunder shall be deemed to constitute a waiver of (i) the right to require the fulfillment of any other obligation hereunder; or (ii) any remedy that may be available hereunder.

9.7 - Independent Contractors - The parties shall act as independent contractors for all purposes under this Agreement. Nothing contained herein shall be deemed to constitute either party as an agent or representative of the other party, or both parties as joint venturers or partners for any purpose. Neither party shall be responsible for the acts or omissions of the other party, and neither party will have authority to speak for, represent or obligate the other party in any way without an authenticated record indicating the prior approval of the other party.

9.8 - Separability - If any provision of this Agreement shall be held illegal or unenforceable, such provision shall be deemed separable from, and shall in no way affect or impair the validity or enforceability of, the remaining provisions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].