Showing 40 open source projects for "workflow"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • HOA Software Icon
    HOA Software

    Smarter Community Management Starts Here

    Simplify HOA management with software that handles everything from financials to communication.
    Learn More
  • 1
    Conductor

    Conductor

    Conductor is a microservices orchestration engine

    ...Event handlers to control workflows via external actions. Client implementations in Java, Python and other languages. Various configurable properties with sensible defaults to fine-tune workflow and task executions like rate limiting, concurrent execution limits etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    SpringBlade

    SpringBlade

    Microservice architecture that provides SpringCloud solutions

    ...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
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    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: 26 This Week
    Last Update:
    See Project
  • 6
    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: 2 This Week
    Last Update:
    See Project
  • 7
    Neon Database

    Neon Database

    Neon: Serverless Postgres. We separated storage and compute

    ...Instantly branch your data and schema to access isolated DB copies for development, CI/CD, and schema migrations with copy-on-write storage. Integrate it into your language or framework within minutes and unlock a simpler developer workflow.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Nhost

    Nhost

    The Open Source Firebase Alternative with GraphQL.

    ...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: 5 This Week
    Last Update:
    See Project
  • Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place. Icon
    Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.

    For healthcare Providers and Facilities

    Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
    Learn More
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11
    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.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    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: 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 and was removed. Visit godoc for general examples and public api reference. ...
    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 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 is a new generation of distributed relational database (MyNewSQL) based on MySQL. It was designed to create the open-source database our developers would want to use: one that has features such as financial high availability, large-capacity database, automatic plane split table, scalable and strong consistency, this guide sets out to detail the inner workings of the radon process as a means of explanation.
    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 be executed in remote machine and connect to EBS instance to download/upload object definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Nexus: Database WinForm Usercontrol

    Nexus: Database WinForm Usercontrol

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

    ...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 WinForm Control Treeview Listview Gridview
    Downloads: 0 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: 1 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
    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
  • 23
    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
  • 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