Showing 20 open source projects for "large files"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    s3fs

    s3fs

    FUSE-based file system backed by Amazon S3

    s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use of other tools like AWS CLI. Large subset of POSIX including reading/writing files, directories, symlinks, mode, uid/gid, and extended attributes. Compatible with Amazon S3, and other S3-based object stores. Allows random writes and appends, large files via multi-part upload, and renames via server-side copy. User-specified regions, including Amazon GovCloud. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    fpart

    Sort files and pack them into partitions

    ...It is developped in C and available under the BSD license. It splits a list of directories and file trees into a certain number of partitions, trying to produce partitions with the same size and number of files. It can also produce partitions with a given number of files or a limited size. Once generated, partitions are either printed as file lists to stdout (default) or to files. Those lists can then be used by third party programs. Fpart also includes a live mode, which allows it to crawl very large filesystems and produce partitions in live. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Robinhood Policy Engine
    ...It supports any POSIX filesystem and implements advanced features for Lustre filesystems (list/purge files per OST or pool, read MDT changelogs...)
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4

    cryptmount

    Linux encrypted filesystem management tool

    cryptmount allows management and user-mode mounting of encrypted filing systems on GNU/Linux systems. Filesystems & crypto-swap can be on either raw block devices or ordinary files, with device-mapper (dm-crypt) and loopback devices setup automatically.
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    JaFFiDB

    JaFFiDB - Java File Finder and Database

    JaFFiDB - Java File Finder and Database ist another File Database for finding and merging large file structures, e.g. in a distributed home environment, where you have files on various local machines, a file server and external drives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kickass Undelete

    Kickass Undelete

    A free, open source file recovery tool for Windows.

    Kickass Undelete is a free, fully featured, file recovery tool for Windows. Accidentally deleted a file? Never fear; the data is probably still on your drive and may be recoverable. Kickass Undelete finds all of the deleted files on your hard drive, flash drive or SD card and allows you to recover them.
    Leader badge
    Downloads: 453 This Week
    Last Update:
    See Project
  • 7
    Copy Tool
    CopyTool is used to perform large copy jobs or move large amounts of files to a new location. CopyTool is useful when you need to copy a large user profile, driver stores or other copy or move jobs that file explorer has a hard time handling This project has been moved to https://www.mosaicmk.com/2018/08/powercopy.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    diskover

    diskover

    File system crawler and disk space usage software

    diskover is a file system crawler and disk space usage software that uses Elasticsearch to index your file metadata. diskover crawls and indexes your files on a local computer or remote storage server over network mounts. diskover helps manage your storage by identifying old and unused files and give better insights into data change "hotfiles", file duplication "dupes" and wasted space. It is designed to help deal with managing large amounts of data growth and provide detailed storage analytics. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Restriping Tools for Lustre (Retools)

    Restriping Tools for Lustre (Retools)

    {bzip2,gzip,rsync,tar} with automatic striping according to file size

    Retools is a set of modifications to the commonly used open source utilities bzip2, gzip, rsync, and tar that automatically selects the Lustre stripe count for created and/or extracted files according to the sizes of the files involved. By striping large files over a higher number of physical disks and small files over a lower number, aggregate I/O bandwidth for large files is maximized and the impact to the file system due to small files is minimized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    fmstream

    fmstream

    Read-write access to memory-mapped files on Windows and POSIX systems

    ...File mapping allows the process to use both random input and output (I/O) and sequential I/O. It also allows the process to work efficiently with a large data file, such as a database, without having to map the whole file into memory. Multiple processes can also use memory-mapped files to share data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Bulk File Rename

    A GUI for renaming large volumes of files in a folder.

    Bulk File Rename allows renaming of files in a standard Windows Form (instead of the command line ren command), and allows a variety of techniques for renaming: Remove Text, Replace Text, Prefix Root, Suffix Root, Prefix Extension, Suffix Extension, Insert At. Replace allows character remapping. Includes a preview of the file changes which will occur.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Folder Bookmarks
    Folder bookmarks allows you to quickly open a file or folder you use on a regular basis. No need to navigate large folder directories, just double-click the bookmark to open it! Will run on any operating system with .NET Framework 4.0+ installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Filesystems can avoid fragmentation if they know how large files will be. This library provides a wrapper for the fallocate() syscall (like glibc-2.10+), but also knows the xfs/ocfs2 ioctl and provides fallbacks better than posix_fallocate().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a small script for changing large numbers of filenames at once. Change any part of the filename or extension. Rename the files or copy them to the new name and retain the original. There's a switch for testing the results before committing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project aims at providing an API in .NET to gather directory/files information of an NTFS volume very efficiently. (in contrast to the classic approach like FindFirst/FindNext which is really slow on large directories.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    virtual800 is a FUSE based filesystem. It provides a big filesystem with big files for testing of large file transfers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PicoStorage, a lightweight "filesystem in a file" (Structure Storage) library, features efficient and compact storage of both tiny and large files and directories, compression, and transactions. It is highly scalable, simple and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Latest iteration in the Bonnie family of benchmarks. Tests large file IO and creation/deletion of small files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Jibte is an alternative system exploring program like Microsoft Windows Explorer. Using Jibte, the user will always see the full size of the directories she is exploring, allowing users to search for 'hidden' large files that they wish to remove.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Abstract Large File (ALF) project is a portable library for writing files that can be larger than 2GB or contain holes on systems that don't natively support one or both properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo