Skip to content

CORTX Motr is a distributed object and key-value storage system targeting mass capacity storage configurations. It's the core component of CORTX storage system.

License

Notifications You must be signed in to change notification settings

prasanna46dk/cortx-motr-prasanna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motr

Codacy Badge license Slack YouTube Latest Release GitHub contributors SODA Eco project

At the core of CORTX lies Motr. Motr is a distributed object storage system, targeting mass capacity storage configurations. To ensure the most efficient storage utilization, Motr interacts directly with block devices (i.e. it does not layer on a local file system). The Motr design was heavily influenced by the Lustre file system, NFSv4 and database technology. It must be noted that traditional file system properties (hierarchical directory namespace, strong POSIX consistency guarantees, etc.) are no longer desirable or achievable at mass capacity. Instead, Motr is a more general storage system that provides an optional file system interface. This allows wider range of deployments, including cloud.

Following are the features of CORTX Motr:

  • Scalable:

    • Horizontal scalability: grow your system by adding more nodes. The Motr submodule is designed for horizontal scalability with no meta-data hotspots, shared-nothing IO paths and extensions running on additional nodes.

    • Vertical scalability: with more memory and CPU on the nodes.

  • Fault-tolerant: with flexible erasure coding that takes hardware and network topology into account.

  • Fast network raid repairs.

  • Observable: with built-in monitoring that collects detailed information about the system behavior.

  • Extensible.

  • Extension interface.

  • Flexible transactions.

  • Open source.

  • Portable: runs in user space and can be easily ported to any version of Linux.

Get to know

Surfing

Refer to Reading - list for complete information.

  • $ make doc
  • $ x-www-browser doc/html/index.html

About

CORTX Motr is a distributed object and key-value storage system targeting mass capacity storage configurations. It's the core component of CORTX storage system.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.0%
  • Shell 8.4%
  • Python 2.8%
  • Perl 0.7%
  • Makefile 0.4%
  • M4 0.3%
  • Other 0.4%