wZD icon
wZD icon

wZD

 Like

wZD is a powerful storage and database server, designed for big data storage systems with small and large files for mixed use and dramatically reduces count of small files for extend abilities any normal or clustered POSIX compatible file systems.

General scheme

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
  • CentOS
  • Debian
  • Solaris
  • FreeBSD
  • NetBSD
  • OpenBSD
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Scalable

Features

  1.  High Availability
  2. Docker icon  Support for Docker
  3.  Content Archiving
  4.  Nginx
  5.  File Storage
  6.  HTTP server
  7.  WebDAV Support

 Tags

  • Compact
  • cluster
  • http
  • archiving
  • opensource-platform

wZD News & Activities

Highlights All activities

Recent activities

No activities found.

wZD information

  • Developed by

    Andrey Kuvshinov
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Network & AdminBackup & Sync

GitHub repository

  •  83 Stars
  •  10 Forks
  •  0 Open Issues
  •   Updated Aug 1, 2022 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about wZD, and it has gotten 0 likes

wZD was added to AlternativeTo by Andrey Kuvshinov on Jan 17, 2020 and this page was last updated Sep 9, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What is wZD?

wZD is a server written in Go language that uses a modified version of the BoltDB database as a backend for saving and distributing any number of small and large files, NoSQL keys/values, in a compact form inside micro Bolt databases (archives), with distribution of files and values in BoltDB databases depending on the number of directories or subdirectories and the general structure of the directories. Using wZD can permanently solve the problem of a large number of files on any POSIX compatible file system, including a clustered one. Outwardly it works like a regular WebDAV server.

...and billions of files will no longer be a problem.

Features:

  • Multi threading
  • Multi servers for fault tolerance and load balancing
  • Complete file and value search
  • Supports HTTPS and IP authorization
  • Supported HTTP methods: GET, HEAD, OPTIONS, PUT, POST and DELETE
  • Manage read and write behavior through client headers
  • Support for customizable virtual hosts
  • Linear scaling of read and write using clustered file systems
  • Effective methods of reading and writing data
  • Supports CRC data integrity when writing or reading
  • Easy sharding of data for thousands or millions of Bolt archives based on the directory structure
  • Mixed mode support, with ability to save large files separately from Bolt archives
  • Includes multi threaded wZA archiver for migrating files without stopping the service

The wZD server was designed for mixed use. One can write not only ordinary files, but even html or json generated documents, and one can even simply use NoSQL as a sharding database consisting of a large number of small BoltDB databases, and carry out all sharding through the structure of directories and subdirectories.

Official Links