Showing 40 open source projects for "workflow"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Nextcloud Server

    Nextcloud Server

    A safe home for all your data

    Nextcloud server is a free and open source server software that allows you to store all of your data in a server of your choosing. With Nextcloud you can easily access and store data in the data center you trust, sync data among various devices, and share your data for collaboration purposes. It offers the best security in the self hosted file sync and share world, and is expandable with hundreds of apps.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 2
    Meilisearch

    Meilisearch

    An open-source, lightning-fast, and hyper-relevant search engine

    An open-source, lightning-fast, and hyper-relevant search engine that fits effortlessly into your apps, websites, and workflow. Meilisearch is a flexible and powerful user-focused search engine that can be added to any website or application. Search-as-you-type returns answers in less than 50 milliseconds. That's faster than the blink of an eye! Deploy in a matter of minutes. Smart presets let you start searching through your data with zero configuration. Send data to Meilisearch however you...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    Nhost

    Nhost

    The Open Source Firebase Alternative with GraphQL.

    ... GraphQL API based on your tables and columns in the database. Sign in users with email, magic links, SMS, Google, Facebook, etc. Run the full Nhost stack locally during development using the Nhost CLI. Deploy database and backend changes with the workflow you love (`git push`). Let users upload and download images, documents and other files. The GraphQL API has built in subscriptions to sync data in realtime.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Aerich

    Aerich

    A database migrations tool for TortoiseORM, ready to production

    Aerich is a lightweight database migration tool built for Tortoise ORM, an async ORM for Python. It handles schema evolution through versioned migrations, enabling developers to update and rollback database changes with ease. Designed for asyncio-based applications, Aerich is ideal for fast-moving Python projects that need simple migration control without heavy dependencies.
    Downloads: 1 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
    Neon Database

    Neon Database

    Neon: Serverless Postgres. We separated storage and compute

    ... workflow.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    spicedb

    spicedb

    Open Source, Google Zanzibar-inspired permissions database

    SpiceDB is a graph database purpose-built for storing and evaluating access control data. As of 2021, broken access control became the #1 threat to the web. With SpiceDB, developers finally have the solution to stopping this threat the same way as the hyperscalers. Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer applications. Building modern authorization from scratch is non-trivial and requires years of development from domain...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Skeema

    Skeema

    Declarative pure-SQL schema management for MySQL and MariaDB

    Skeema is a schema management and version control tool for MySQL and MariaDB databases. It helps developers manage database schemas in a Git-like workflow, supporting collaboration and versioning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Conductor

    Conductor

    Conductor is a microservices orchestration engine

    We built Conductor to help us orchestrate microservices-based process flows at Netflix with the following features, a distributed server ecosystem, which stores workflow state information efficiently. Allow creation of process/business flows in which each individual task can be implemented by the same/different microservices. Simple interface to connect workers, which execute the tasks in workflows. Full operational control over workflows with the ability to pause, resume, restart, retry...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WordPressify

    WordPressify

    Automate your WordPress development workflow

    A build system designed to automate your WordPress development workflow. WordPressify is a simple tool that helps you build WordPress themes and plugins. It takes care of the development experience by providing a web server with a database out of the box, with zero configuration required. A development server for PHP and MariaDB database out of the box. Watches for all your changes and reloads in real-time. Preprocessors, PostCSS or Sass with source maps. Babel compiler for writing next...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    HOTOSM Tasking Manager

    HOTOSM Tasking Manager

    The tool to team up for mapping in OpenStreetMap

    Tasking Manager is a web platform developed by Humanitarian OpenStreetMap Team (HOT) to coordinate collaborative mapping projects. It divides mapping tasks into smaller sections that contributors can work on independently, streamlining efforts in disaster response, development planning, and humanitarian aid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Reshape

    Reshape

    An easy-to-use, zero-downtime schema migration tool for Postgres

    Reshape is a declarative SQL schema migration tool for PostgreSQL that allows developers to define the desired schema in a single file. It compares the current database schema with the desired state and generates safe, dependency-aware migrations automatically. Reshape is built for simplicity, safety, and version control integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SpringBlade

    SpringBlade

    Microservice architecture that provides SpringCloud solutions

    ... supports flexible combinations of multiple modes such as multi-tenant-one database, one-tenant-one database, and multi-tenant multi-database. The system provides three configurations of menu button authority, data authority, and interface authority. The combination configuration method based on annotation + Web is flexible and takes effect immediately. Deeply customize the Flowable workflow to meet SpringCloud distributed scenarios, escort complex processes, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Sql driver mock for Golang

    Sql driver mock for Golang

    Sql mock driver for golang to test database interactions

    sqlmock is a mock library implementing sql/driver. Which has one and only purpose - to simulate any sql driver behavior in tests, without needing a real database connection. It helps to maintain correct TDD workflow. In v1.2.0 sqlmock.Rows has changed to struct from interface, if you were using any type references to that interface, you will need to switch it to a pointer struct type. Also, sqlmock.Rows were used to implement driver.Rows interface, which was not required or useful for mocking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    EdgeDB

    EdgeDB

    A next-generation graph-relational database

    The world's favorite graph-relational database is back for an action-packed sequel. Tune in for a series of lightning talks breaking down what's new and what's next for EdgeDB. EdgeDB is an open-source database designed as a spiritual successor to SQL and the relational paradigm. It aims to solve some hard design problems that make existing databases unnecessarily onerous to use. Powered by the Postgres query engine under the hood, EdgeDB thinks about schema the same way you do: as objects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Analyses Database is a collection of software to archive and to track rawdata files from analytical instruments. The system is set up using freely accessible tools - MySQL, apache, PHP, Linux. Several utilities for MS Windows are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RadonDB

    RadonDB

    RadonDB is an open source, cloud-native MySQL database

    RadonDB is a cloud-native database based on MySQL, and architected in fully distributed cluster that enable unlimited scalability (scale-out), capacity and performance. It supported distributed transaction that ensure high data consistency, and leveraged MySQL as storage engine for trusted data reliability. RadonDB is compatible with MySQL protocol, and sup-porting automatic table sharding as well as batch of automation feature for simplifying the maintenance and operation workflow. RadonDB...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FNDLOADER
    FNDLOADER is a Java wrapper of FNDLOAD and other export/import utilities for Oracle EBS 11i and R12. FNDLOADER provides both GUI and text-based interactive interface for DBA or developers to download and upload FND objects, Workflow definition, OA Framework pages, XML Publisher document, and NLS translation in Oracle Applications. it's a lightweight Java tool and Oracle client is NOT required. Running in Windows and Linux platform (or Unix for Server Add-on version), this program can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Nexus: Database WinForm Usercontrol

    Nexus: Database WinForm Usercontrol

    ECM / DMS, Projectmanagement, TimeRecording, ... ERP

    Nexus is a databaseapp-designer to develop databasedriven apps or embedd dbdriven WinForm-Controls into your app. This project is here, to open sources for programmers who want to adapt something to FileBase - ECM or JobTicker which were written for Nexus. Problems? Questions? Contact me -> info@biternal.com or visit http://www.biternal.com/german_filebase.html TAGS: ECM DMS Scann Workflow Archive Revision Timerecording Database Front-Ends Search Query Report Development .NET...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Fruitarium

    Fruitarium

    For buying clubs that meet in person

    Currently runs on Microsoft Access 2000 or newer version. If your produce buying club meets in person (not online) then this could be a very useful tool for you. Once you have a wholesale pricelist in .txt format, Fruitarium can automatically import it and generate your custom pricelist. The product registry gives you permanent control of the names of the products and of which items will/will not show on your custom list. After the in-person club meeting, data entry is a snap...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A new web-based application to manage model rocketry contests and data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Foundry is an end-to-end data solution from modelling to programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AIDE is the acronym the Application for Iteratable Data Export. The user of the AIDE framework has specific classes from two basic classes. A workflow is defined as a combination of these classes in an XML-file. The AIDE framework does the rest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    phpWfMS es un sistema de administracion por flujo de trabajo escrito en PHP y Javascript, el cual que tiene como objetivo, programar, disenar y administrar servicios web y trabajos para aplicaciones Web 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CodaServer is a database that makes building business applications easy. It uses a SQL-like language that lets you describe your workflow and business processes, and uses this information to enforce your business rules and guarantee data integrity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A team collaboration system that allows your team to share information with each other easily. It is built by all open-source software acquired from this site. I simply put [software] things together with additional php coding to bring it all together. Y
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.