Showing 34 open source projects for "storage"

View related business solutions
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    Git Large File Storage

    Git Large File Storage

    Git extension for versioning large files

    An open source Git extension for versioning large files. Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise. Download and install the Git command line extension. Once downloaded and installed, set up Git LFS for your user account. In each Git repository where you want to use Git LFS, select the file types you'd like Git LFS...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    SFTPGo

    SFTPGo

    Fully featured and highly configurable SFTP server with optional HTTP

    Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP. SFTPGo is an Open Source project and you can of course use it for free but please don't ask for free support as well. Support for serving local filesystem, encrypted local filesystem, S3 Compatible Object Storage, Google Cloud Storage...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 3
    Git Credential Manager

    Git Credential Manager

    Secure, cross-platform Git credential storage with authentication

    Git Credential Manager (GCM) is a secure Git credential helper built on .NET that runs on Windows, macOS, and Linux. It aims to provide a consistent and secure authentication experience, including multi-factor auth, to every major source control hosting service and platform. GCM supports (in alphabetical order) Azure DevOps, Azure DevOps Server (formerly Team Foundation Server), Bitbucket, GitHub, and GitLab. Compare to Git's built-in credential helpers (Windows: wincred, macOS: osxkeychain,...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    DVC

    DVC

    Data Version Control | Git for Data & Models

    DVC is built to make ML models shareable and reproducible. It is designed to handle large files, data sets, machine learning models, and metrics as well as code. Version control machine learning models, data sets and intermediate files. DVC connects them with code and uses Amazon S3, Microsoft Azure Blob Storage, Google Drive, Google Cloud Storage, Aliyun OSS, SSH/SFTP, HDFS, HTTP, network-attached storage, or disc to store file contents. Version control machine learning models, data sets...
    Downloads: 3 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5
    SwiftPamphletApp

    SwiftPamphletApp

    SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API

    Dai Ming's development brochure, a living development manual. macOS app developed with SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API. Pull the code. Directly compile and generate a manual program without Github function. If you want to use the Github function, you can add your GitHub Access Token to gitHubAccessToken in SwiftPamphletAppConfig.swift. Get the GitHub Access Token at Personal Access Tokens here. Remember to tick repo and user in scope. Both Xcode and macOS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Remote Subversion repository dump
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7

    phpEasyVCS

    File based version control system written in PHP

    phpEasyVCS is a simple version control system (VCS) with minimal hosting requirements, namely PHP 5.2+. No database is needed. Files can be viewed and uploaded with a browser or by WebDAV, which allows you to access the files like a local drive in all operating systems. For integration with other software a REST service is provided. It is very easy to view the file versions at a specific point in time. The web interface allows you to easily compare file versions and synchronize and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    GitLab CE Server For Local Intranets

    GitLab CE Server For Local Intranets

    The Free & Popular Community git Server in a Complete Virtual Machine

    ... to Usage of Self-Signed https certificates ) Admin Username: root Admin Password: change_this from any PC on your Local Network. Explore all Options in the GUI, before creating new Project Repositories Change all Passwords i.e. System, Application Increase CPU Count, Memory, Disk Space ( Use SSD Storage Type ) in VM's Settings, as required, for the Best Performance Backup system regularly as shown in video, to avoid any issues. Google Search helps in finding more about GitLab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    exa

    exa

    A modern replacement for ls

    You list files hundreds of times a day. Why spend your time squinting at black and white text? exa is an improved file lister with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. Different types of file and data will be coloured differently, and the user and group columns will be highlighted for the current user. exa can display a file’s extended...
    Downloads: 0 This Week
    Last Update:
    See Project
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 10
    Git Credential Manager for Windows

    Git Credential Manager for Windows

    Secure Git credential storage for Windows for Visual Studio

    ... for GitHub. Git Credential Manager Core (GCM Core) supports OAuth-based authentication with GitHub and is the replacement for GCM for Windows. The Git Credential Manager for Windows (GCM) provides secure Git credential storage for Windows. It's the successor to the Windows Credential Store for Git (git-credential-winstore), which is no longer maintained. Compared to Git's built-in credential storage for Windows (wincred).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    go-git

    go-git

    go-git is a highly extensible git implementation library written in Go

    go-git is a highly extensible git implementation library written in pure Go. It can be used to manipulate git repositories at low level (plumbing) or high level (porcelain), through an idiomatic Go API. It also supports several types of storage, such as in-memory filesystems, or custom implementations, thanks to the Storer interface. It's being actively developed since 2015 and is being used extensively by Keybase, Gitea or Pulumi, and by many other libraries and tools. After the legal issues...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Tree Shade

    Tree Shade

    Bridge and InDesign plugin for fixing links, versioning and clouding.

    Send from your Dropbox email a request for the plugin to dulajun@gmail.com Javascript plug-in for Bridge and InDesign CS6 and CC. Run on Mac OS. The InDesign startup script is open source. This plug-in plays more than one task, but the primary one is to manage and distribute giant and complex tree of files among many computers and syncing them from one to the others depending on requesting. Another task is managing InDesign links and fix missed ones automatically by tracing any changes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    bfm

    BigFileManager - Manage files outside of your VCS

    This tool is intended to manage big files out of your VCS but in your workarea. It's like mercurial largefile extension but independend of any VCS. Instead of the big file itself only a list of filenames with their checksums (md5) are committed to the VCS. The BFM can check for missing or outdated bigfiles and downloads them from a server using CURL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    barchiv

    barchiv

    blob archive and vcs tool similar to git, hg, git-annex or boar

    This is a kind of vcs or archive tool mainly desinged for binary data. It is similar to vcs tools like git, hg, git-annex or boar. Main design goal ist - to deal with hugh binary data files - partial pull/push handling - immutable data archive - simple metadata format of archive - due to immutability other backup tools like rsync or copy could be used alternatively - platform independent
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    stow-jail
    This is an add-on to stow. If the "make install" didn't work with DESTDIR argument(or use another installer), stow-jail would close the installer command to the sandbox(unionfs+chroot),in this way all go to the "/stow/package_name" directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SourceKeep
    An easy to use version control/code storage system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Wiki application based on SVN as storage, Velocity to display pages, Lucene to search and programmable using Groovy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    dProjects is a really simple centralized web and rsync based version control system for small groups. The clients can initiate the file movements from the web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Object Versioning for Java provides generic versioning system for any Java objects, independent of any underlying data storage mechanism. It also includes generic caching and guaranteed delivery services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java local filesystem syncronizer created to support folks with multiple computers and/or pendrives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This tool provides the following abilities: 1. Database structure version control 2. Centralized database change script storage 3. Automated script applying 4. Multiple applications database structure control 5. Multiple database servers configuration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A media management solution for digital photographers who have to manage large amounts of digital media. Its strength is its native support for RAW images (Nikon, Canon, etc.), version control, team functionality, speed, and cross-platform compatibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A web unstructured file system using UUIDs to uniquely identify the files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sharp AutoUpdater is a C# component that will automatically update your .NET application. Using XML configuration files, the AutoUpdater component detects if there is a new version of the software, downloads, unzips, and installs the new files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RDIST - remote file distribution program. (BSD Licensed).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next