HOME

TheInfoList



OR:

Scality is a company based in
San Francisco San Francisco (; Spanish language, Spanish for "Francis of Assisi, Saint Francis"), officially the City and County of San Francisco, is the commercial, financial, and cultural center of Northern California. The city proper is the List of Ca ...
, California that develops software-defined object storage. RING is the company's commercial product. Scality RING software deploys on industry-standard servers to store objects and files. Scality also offers a number of open source tools called Zenko, including Zenko CloudServer, compatible with the
Amazon S3 Amazon S3 or Amazon Simple Storage Service is a service offered by Amazon Web Services (AWS) that provides object storage through a web service interface. Amazon S3 uses the same scalable storage infrastructure that Amazon.com uses to run its e- ...
interface.


History

Scality was founded in 2009 by Jérôme Lecat, Giorgio Regni, Daniel Binsfeld, Serge Dugas, and Brad King. Scality raised $7 million of
venture capital Venture capital (often abbreviated as VC) is a form of private equity financing that is provided by venture capital firms or funds to startups, early-stage, and emerging companies that have been deemed to have high growth potential or which ha ...
funding in March 2011. A C-round of $22 million was announced in June 2013, led by
Menlo Ventures Menlo Ventures is a venture capital firm based in Menlo Park, California with an additional office in San Francisco, California. The firm was founded as one of the earliest venture capital firms in Silicon Valley in 1976 and provides technology ...
and
Iris Capital Iris Capital is a venture capital firm, specialized in the digital economy, primarily active in Europe. Since its creation, the Iris Capital team has invested more than a billion Euros in over 230 innovative companies. Iris Capital is sponsored ...
with participation from FSN PME and all existing investors, including Idinvest Partners, OMNES Capital and Galileo Partners. Scality raised $45 million in August 2015. This Series D funding was led by Menlo Ventures with participation from all existing investors and one new strategic investor, BroadBand Tower. In 2016, HPE made a strategic investment in the company. In April, 2018, the company announced a $60 million round of funding. Scality announced a refreshed brand, along with a distribution agreement with
Hewlett-Packard The Hewlett-Packard Company, commonly shortened to Hewlett-Packard ( ) or HP, was an American multinational information technology company headquartered in Palo Alto, California. HP developed and provided a wide variety of hardware components ...
in October 2014. Scality added
Dell Dell is an American based technology company. It develops, sells, repairs, and supports computers and related products and services. Dell is owned by its parent company, Dell Technologies. Dell sells personal computers (PCs), servers, data ...
and
Cisco Systems Cisco Systems, Inc., commonly known as Cisco, is an American-based multinational corporation, multinational digital communications technology conglomerate (company), conglomerate corporation headquartered in San Jose, California. Cisco develo ...
as resellers in 2015.


Products


RING

Scality's released the first version of its principal product, RING, in 2010. The object storage software platform is a multitiered architecture and can scale up to thousands of servers and up to 100 petabytes under a single namespace. Ring product depends on a keyspace calculated using a
Monte Carlo simulation Monte Carlo methods, or Monte Carlo experiments, are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. The underlying concept is to use randomness to solve problems that might be determini ...
at install, spread across all of its node servers. While the company aims for the Ring to function without the need of any external management process, a Supervisor server is functionally required to kick-off data integrity operations and keep track of node state, while also providing a single source of truth for data about the ring itself. The Supervisor process is relatively lightweight and can be installed on a node server if required, but the company recommends it run separately from the Ring's constituent storage servers. The Ring employs erasure coding schemes in multiples of six, which is the minimum number of storage nodes required to install a Ring. The underlying filesystem formatted on the storage drives is transparent to the Ring and it does not interact with filesystem operations directly. The Ring installer was originally written in Python for Saltstack, but then re-implemented closed-source. Object storage was covered by trade press in 2017.


Zenko

In 2017, Scality released Zenko, an open source multi-cloud data controller. In 2018, Scality released a commercially supported version of Zenko. Zenko integrates data managed on-premises with services available in public clouds. Zenko CloudServer (formerly Scality S3 Server) is an
Amazon Web Services Amazon Web Services, Inc. (AWS) is a subsidiary of Amazon.com, Amazon that provides Software as a service, on-demand cloud computing computing platform, platforms and Application programming interface, APIs to individuals, companies, and gover ...
Simple Storage Service-compatible open source object storage server. The code is written in
Node.js Node.js is an open-source server environment. Node.js is cross-platform and runs on Windows, Linux, Unix, and macOS. Node.js is a back-end JavaScript runtime environment. Node.js runs on the V8 JavaScript Engine and executes JavaScript code ou ...
. It is a single instance running in a Docker container, and it uses Docker volumes for persistent storage. CloudServer uses the same code as the Scality RING S3 interface and includes an Apache 2.0 license. It is not a distributed system (that is the paid version, S3 for Enterprise). However, it does have the same level of compatibility as the S3 interface for the Scality RING. Zenko Orbit is a cloud-based portal for data placement, workflows, and global metadata search. The product enables asynchronous replication between clouds.


Versions

*Scality released version 4.2 in October 2013 which added native file access protocols including
Network File System Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems (Sun) in 1984, allowing a user on a client computer to access files over a computer network much like local storage is accessed. NFS, like ...
(NFS),
Server Message Block Server Message Block (SMB) is a communication protocol originally developed in 1983 by Barry A. Feigenbaum at IBM and intended to provide shared access to files and printers across nodes on a network of systems running IBM's OS/2. It also provides ...
(SMB),
Apple Filing Protocol The Apple Filing Protocol (AFP), formerly AppleTalk Filing Protocol, is a proprietary network protocol, and part of the Apple File Service (AFS), that offers file services for macOS and the classic Mac OS. In Mac OS 9 and earlier, AFP was the ...
(AFP), and
FTP The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data ...
. *Scality released version 4.3 of the RING software in July 2014, improving performance, adding replication options, and introducing a redesigned management
GUI The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, inste ...
. *In November 2014, Scality made generally available a plug-in for
OpenStack Swift OpenStack is a free software, free, open-source software, open standard cloud computing platform. It is mostly deployed as Cloud computing#Infrastructure as a service (IaaS), infrastructure-as-a-service (IaaS) in both public and private clouds w ...
, enabling Swift-compatible applications to use the Scality RING as a storage backend without modification. Scality also released an
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
driver that enables the creation of
block storage In computing (specifically data transmission and data storage), a block, sometimes called a physical record, is a sequence of bytes or bits, usually containing some whole number of records, having a maximum length; a ''block size''. Data thu ...
volumes that can connect to
CDMI The Cloud Data Management Interface (CDMI) is a SNIA standard that specifies a protocol for self-provisioning, administering and accessing cloud storage. CDMI defines RESTful HTTP operations for assessing the capabilities of the cloud storage s ...
-compatible storage backends. *Scality released version 5.0 of the RING software in March 2015, simplifying installation and configuration, expanding
Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
support, and improving video streaming and content distribution performance *Version 6.0 of the Scality RING was introduced in 2016 *Scality open sourced their object server frontend calle
S3 Server
that implements the AWS S3 API in July 2017, the source code is available o
Github
under an Apache 2.0 license and prebuilt containers are available o
Docker Hub
*Scality RING7 launched in June, 2017 with enhanced security and multi-cloud file and object storage. Scality has been recognized consistently over the years for
object-based storage Object storage (also known as object-based storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as ...
by IDC. In Gartner's first Magic Quadrant for Distributed File Systems and Object Storage Scality was ranked a leader. Scality was a 2014 storage system software finalist by Storage Magazine. In 2017, Scality was again ranked a leader in Gartner's Magic Quadrant for Distributed File Systems and Object Storage.


References

{{reflist, 30em


External links


Scality web site

Scality Zenko web site

Giorgio Regni, CTO
Network-attached storage Object storage Cloud storage Distributed file systems Userspace file systems Computer storage companies Companies based in San Francisco Software companies based in the San Francisco Bay Area Software companies of the United States