Showing 4510 open source projects for "open-lates"

View related business solutions
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 1
    Backup Tables

    Backup Tables

    Backup single or multiple database tables with ease

    Backup single or multiple database tables with ease. Use the BackupTables::generateBackup($tableToBackup) Facade anywhere in your application and it will generate $tableToBackup_backup_2024_08_22_17_40_01 table in the database with all the data and structure. Note that the datetime 2024_08_22_17_40_01 will be varied based on your datetime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    asami

    asami

    A flexible graph store, written in Clojure

    Asami is now being developed in this repository, as it is no longer being supported at Cisco. The deployment to Clojars has not changed, as it was always to my personal account.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    tigerbeetle

    tigerbeetle

    The financial transactions database designed for mission critical safe

    TigerBeetle is production-ready on Linux and seamlessly integrated with major programming languages. TigerBeetle is a financial transactions database designed for mission-critical safety and performance to power the next 30 years of OLTP. TigerBeetle redesigns the distributed database storage engine and consensus protocol for the OLTP workload. This solves the problem of OLTP write contention to unlock three orders of magnitude more performance than a general purpose (OLGP) database. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Testcontainers node

    Testcontainers node

    Supports tests, providing lightweight, throwaway instances of database

    Testcontainers is an open source library for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container. No more need for mocks or complicated environment configurations. Define your test dependencies as code, then simply run your tests and containers will be created and then deleted. With support for many languages and testing frameworks, all you need is Docker. Use a containerized instance of your database...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 5
    Speedb

    Speedb

    A RocksDB compliant high performance scalable embedded key-value store

    The next-generation key-value storage engine.bSpeedb is 100% RocksDB compatible enhancing stability, efficiency, and overall performance. Join the Hive, Speedb’s open-source community, to interact, improve, and share knowledge and best practices on RocksDB. Speedb is a compatible alternative for LevelDB and RocksDB users who would like to take their application to the next level. When using event streaming platforms like Kafka, Flink, Spark, Splunk, Elastic, or others, consider using Speedb...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Neovim DBee

    Neovim DBee

    Interactive database client for Neovim

    Interactive database client for Neovim. This project aims to be as cross-platform as possible, but there are some limitations (for example some of the go dependencies only work on certain platforms). To address this issue, the client implementations are detached from the main logic and they register themselves to DBee backend on plugin start. This allows the use of build constraints, which we use to exclude certain client implementations on certain platforms. You can pass an optional table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Laravel Migrations Generator

    Laravel Migrations Generator

    Generate your migrations from an existing database schema

    Automatically generate your migrations from an existing database schema. Generate Laravel Migrations from an existing database, including indexes and foreign keys. Laravel Migrations Generator will first generate all the tables, columns and indexes, and afterwards setup all the foreign key constraints. So make sure you include all the tables listed in the foreign keys so that they are present when the foreign keys are created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Apache Kyuubi

    Apache Kyuubi

    Apache Kyuubi is a distributed and multi-tenant gateway

    Apache Kyuubi™ is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses. Kyuubi provides a pure SQL gateway through Thrift JDBC/ODBC interface for end-users to manipulate large-scale data with pre-programmed and extensible Spark SQL engines. This "out-of-the-box" model minimizes the barriers and costs for end-users to use Spark at the client side. At the server-side, Kyuubi server and engines' multi-tenant architecture provides the administrators...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10
    JsonDB

    JsonDB

    A simple "database" that use JSON file for Node.JS.

    JsonDB is now using the concept of async/await for all its calls since we read from the database file on demand and depending on how the database is configured, we might write at each push. The module stores the data using JavaScript Object directly into a JSON file. You can easily traverse the data to directly reach the desired property using the DataPath. The principle of DataPath is the same as XMLPath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SQLModel

    SQLModel

    SQL databases in Python, designed for simplicity, compatibility

    SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness. SQLModel is a library for interacting with SQL databases from Python code, with Python objects. It is designed to be intuitive, easy to use, highly compatible, and robust. SQLModel is based on Python-type annotations, and powered by Pydantic and SQLAlchemy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    go-orbit-db

    go-orbit-db

    Go version of P2P Database on IPFS

    orbit-db is a distributed peer-to-peer database on IPFS. This project intends to provide a fully compatible port of the JavaScript version in Go. The majority of this code was vastly derived from JavaScript's orbit-db project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Jennifer

    Jennifer

    Crystal ORM using ActiveRecord pattern with flexible query DSL

    ActiveRecord pattern implementation for Crystal with a powerful query DSL, validation, relationship definition, translation and migration mechanism. You need to choose one of the existing drivers for your DB: MySQL or Postgres; the sqlite3 adapter automatically installs the required driver for it. Jennifer allows you to maintain everything for your models - from DB migrations and field mapping to callbacks and building queries. For detailed information see the docs and API documentation. For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HStreamDB

    HStreamDB

    HStreamDB is an open-source, cloud-native streaming database

    HStreamDB is an open-source, cloud-native streaming database for IoT and beyond. Modernize your data stack for real-time applications. By subscribing to streams in HStreamDB, any update of the data stream will be pushed to your apps in real-time, and this promotes your apps to be more responsive. You can also replace message brokers with HStreamDB and everything you do with message brokers can be done better with HStreamDB. HStreamDB provides built-in support for event time-based stream...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Vuestic Admin

    Vuestic Admin

    Free and Beautiful Vue 3 Admin Template

    Vuestic Admin is built with Vuestic UI. See our issues, contributing guide and join discussions on our discord server to help us improve Vuestic Admin & Vuestic UI experience. Free and beautiful Vue.js admin template with 44+ custom UI components. Developed by Epicmax. Designed by Vasili Savitski. Based on Vuestic UI library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    sqlc

    sqlc

    Generate type-safe code from SQL

    sqlc generates type-safe code from SQL. Here's how it works. You write queries in SQL. You run sqlc to generate code with type-safe interfaces to those queries. You write application code that calls the generated code. Seriously, it's that easy. You don't have to write any boilerplate SQL querying code ever again. See the current list of supported programming languages and databases. sqlc needs to know your database schema and queries in order to generate code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Piral

    Piral

    Framework for next generation web apps using micro frontends

    Build highly modular applications fully flexible for large-scale portal solutions. Adjusted to your development needs, not the other way around. Piral is a framework for next-generation portal applications. It allows you to build web apps that follow the micro frontends architecture in basically no time. Piral lets you use your standard tooling to be as efficient as possible. Perfect for distributed systems running in the cloud. No proprietary software hijacking the security of your app....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Zarm

    Zarm

    React-based mobile UI component library

    An enterprise-level mobile UI component library developed by Zhongan Technology based on React. The name Zarm (pronounced /zɑːm/, which can be pronounced Zam in Chinese) is inspired by the philosophy that Zhongan Insurance adheres to: to be an insurance with warmth. Zarm = za + warm, za stands for "Zhong An", and warm means "warmth", with the overlapped "a" letter as the center, and the left and right parts are taken respectively. Pursuing the ultimate user experience and committing to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Create Go App CLI

    Create Go App CLI

    Create a new production-ready project with backend, and frontend

    Create a new production-ready project with backend, frontend and deploy automation by running one CLI command! Focus on writing code and thinking of business-logic! The CLI will take care of the rest. Next, open the generated Ansible inventory file (called hosts.ini) and fill in the variables according to your server configuration. And you're ready to automatically deploy this project. If you don't want to install Create Go App CLI to your system, you feel free to using our official Docker...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hop Monorepo

    Hop Monorepo

    Hop monorepo

    A JavaScript SDK is available for using and integrating with Hop. Import as ES6 module (e.g. Using TypeScript, babel, webpack). Import as commonJS module (e.g. Using Node.js directly or no ES6 modules). Supported network is only mainnetat the moment. As a trustless bridge, Hop allows users to force exit their tokens in the rare event where Bonders (market makers) don’t bond a user’s transfer fast enough. Hop offers users a fallback option to withdraw their tokens manually at the destination...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    vue-fontawesome

    vue-fontawesome

    Font Awesome Vue component

    Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators. With our new Icon Wizard, you can magically add a modifier – like circle-plus, slash, or even poop – to almost any Font Awesome icon. Available now to Font Awesome Pro subscribers. We know the pain of wrangling icons on the internet. That's why in 2012, we created the first version of our open-source icons and toolkit. And with the help of our subscription plan Font Awesome...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Smooth Scrollbar

    Smooth Scrollbar

    Customizable, Extendable, High-Performance JavaScript-Based Scrollbar

    Smooth Scrollbar is a JavaScript Plugin that allows you to customize high performance scrollbars cross browsers. It is using translate3d to perform a momentum-based scrolling (aka inertial scrolling) on modern browsers. With the flexible plugin system, we can easily redesign the scrollbar as we want. This is the scrollbar plugin that you've ever dreamed of! Since this package has a pkg.module field, it's highly recommended to import it as an ES6 module with some bundlers like webpack or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Rowy

    Rowy

    Rowy is an open-source low-code platform

    Rowy is an open-source low-code platform. Airtable-like UI for managing your database with cloud functions workflows in JS/TS, all in your browser. Connect to your database and build cloud functions. All in your browser. Forget CLIs, config, and DevOps. Focus on building your apps. Connect to your database, and manage data in table-UI with role-based access controls. Build cloud function workflows in JS/TS using any NPM or APIs. Forget CLIs, configs, and DevOps. Focus on building your apps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    level

    level

    Universal abstract-level database for Node.js and browsers

    Universal abstract-level database for Node.js and browsers. Universal abstract-level database for Node.js and browsers. This is a convenience package that exports classic-level in Node.js and browser-level in browsers, making it an ideal entry point to start creating lexicographically sorted key-value databases. All asynchronous methods also support callbacks. TypeScript type declarations are included and cover the methods that are common between classic-level and browser-level. Usage from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Qmgo

    Qmgo

    The Go driver for MongoDB. It‘s based on mongo-go-driver

    Qmgo is a Go driver for MongoDB . It is based on MongoDB driver, but easier to use like mgo (such as the chain call). Qmgo allows users to use the new features of MongoDB in a more elegant way. Qmgo is the first choice for migrating from mgo to the new MongoDB driver with minimal code changes. If your connection points to a fixed database and collection, recommend using the following way to initialize the connection. All operations can be based on cli. Qmgo supports two ways to make specific...
    Downloads: 0 This Week
    Last Update:
    See Project