Showing 46 open source projects for "everything"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    MMKV

    MMKV

    The fastest key/value storage for React Native

    ...Fully synchronous calls, no async/await, no Promises, no Bridge. Encryption support (secure storage). Multiple instances support (separate user-data with global data). Customize storage location. High performance because everything is written in C++. ~30x faster than AsyncStorage. Uses JSI instead of the "old" Bridge. iOS, Android and Web support. Easy to use React Hooks API. StorageBenchmark compares popular storage libraries against each other by reading a value from storage for 1000 times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Dgraph

    Dgraph

    The Only Native GraphQL Database With A Graph Backend

    ...If you have over 10 SQL tables interconnected via foreign keys, or sparse data that don’t fit neatly into SQL tables; or if you just want a simple and flexible schema, and prioritize speed and performance at scale, Dgraph is the best choice for you. It’s fully equipped with everything you need and more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    SQLAlchemy

    SQLAlchemy

    The Database Toolkit for Python

    ...Domain models can be constructed and manipulated naturally, and changes are synchronized with the current transaction automatically. A relationally-oriented query system, exposing the full range of SQL's capabilities explicitly, including joins, subqueries, correlation, and most everything else, in terms of the object model. Writing queries with the ORM uses the same techniques of relational composition you use when writing SQL.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    RisingWave

    RisingWave

    RisingWave: the next-generation streaming database in the cloud

    ...As a database system, RisingWave maintains results in its own storage so that users can access data efficiently. RisingWave accepts data from sources like Apache Kafka, Apache Pulsar, Amazon Kinesis, Redpanda, and materialized CDC sources. Everything you do in RisingWave is via Postgres-compatible SQL. Create materialized views for the data that need to be incrementally aggregated. Query for data in RisingWave, including persisted data and data you add or import to RisingWave. RisingWave makes it easy to manage streams and data. All you need to interact with RisingWave is Postgres-compatible SQL. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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.
    Learn More
  • 5
    MongoDB PHP Library

    MongoDB PHP Library

    The Official MongoDB PHP library

    ...Built on top of the underlying MongoDB PHP extension, the library handles serialization, connection pooling, and error handling in a way that feels natural in idiomatic PHP. It supports rich query expressions, bulk writes, change streams, transactions, and GridFS, making it suitable for everything from simple content apps to complex data processing services. The project also includes helpers for working with BSON types such as ObjectId, UTC datetime, and decimals, which helps bridge the gap between native PHP types and MongoDB’s storage model.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    migrate

    migrate

    Database migrations, CLI and Golang library

    Database migrations are written in Go. Use as CLI or import as a library. Migrate reads migrations from sources and applies them in correct order to a database. Drivers are "dumb", migrate glues everything together and makes sure the logic is bulletproof. (Keeps the drivers lightweight, too.) Database drivers don't assume things or try to correct user input. When in doubt, fail. Package migrate reads migrations from sources and runs them against databases. Sources are defined by the `source.Driver` and databases by the `database.Driver` interface. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    node-pg-migrate

    node-pg-migrate

    Node.js database migration management for Postgresql

    Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. CockroachDB.) Started by Theo Ephraim, now maintained by Salsita Software. Installing this module adds a runnable file into your node_modules/.bin directory. If installed globally (with the -g option), you can run node-pg-migrate and if not, you can run ./node_modules/.bin/node-pg-migrate. Add "migrate": "node-pg-migrate" to scripts section of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AdminJS

    AdminJS

    AdminJS is an admin panel for apps written in node.js

    ...AdminJS has a simple interface for connecting multiple data sources like SQL/noSQL databases and multiple APIs. We already created adapters for the most popular services. With AdminJS, you can easily find any record inside your dataset. Everything thanks to the advanced filters panel which is able to narrow your search according to multiple criteria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HStreamDB

    HStreamDB

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

    ...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 processing. You can use your familiar SQL to perform basic filtering and transformation operations, statistics and aggregation based on multiple kinds of time windows and even joining between multiple streams. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Autonomous Data Quality Validation with DataBuck Icon
    Autonomous Data Quality Validation with DataBuck

    Eliminate unexpected data issues

    DataBuck is an automated data monitoring and validation software that autonomously validates 1,000’s of data sets in a few clicks, with lower data maintenance work & costs.
    Learn More
  • 10
    Omi

    Omi

    Front end cross-frameworks framework

    ...If you need to be compatible with IE8+, you can choose omio, which has almost the same API as omi, and Omi will be registered as a global variable. Omi provides the official CLI. You don't need to learn how to configure webpack, Babel or TypeScript. CLI helps you configure everything and provides various templates for different project types. Pass data through the component tree without having to pass props down manually at every level by store, auto update the view on demand. Cross frameworks(react, preact, vue, angular), components of omi are pure custom elements. Excellent compatibility(IE8+) with omio and enhanced CSS, rpx unit support base on 750 screen width.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    dzMdbViewer

    dzMdbViewer is a simple viewer for MS Access MDB files

    Stuck again without MS Access and getting tired of this, I decided to write a simple Viewer for MDB files. As expected it turned out to be simple since Delphi already supplies everything necessary. The tool allows to open multiple mdb files, displays a list of tables and the content of a table. That's it, nothing more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MacSwap

    MacSwap

    Swapping everything like burgers? Your p2p, drag-n-drop solution

    Hello and welcome to MacSwap! MacSwap is a light, simple, "peer-to-peer" software for swapping your own stuff with others, by drag-n-drop. MacSwap is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage. MacSwap got built behind some cool features like object drag-n-drop between browser windows, full object serialization and xml. Please refer to the README.md file for a correct setup. MacSwap gets released on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Arisen Studio

    Arisen Studio

    Browse, Download and Install Mods for PlayStation 3 & Xbox 360

    ...Arisen Studio can also be used as an FTP client to install and uninstall mods directly from your console. Without the need to search up old posts or use file managers - this will do everything for you.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    TRAK Viewpoints

    TRAK Viewpoints

    Specifications for TRAK architecture views

    The architecture viewpoints (specifications for architecture views iaw ISO 42010) for TRAK. TRAK is a general systems-thinkers'/system engineering enterprise architecture framework. It is simple, user-friendly, pragmatic and not limited to IT. 100% triple-centric and semantically-sound. Defines a total of 24 viewpoints. The ones needed are selected by taking the task sponsor's concerns and matching them to the typical concerns that each TRAK viewpoint addresses. The triples that address...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AGENCY Software

    AGENCY Software

    AGENCY is a Free Software Data System by and for Nonprofits and others

    AGENCY is a data system by and for nonprofit organizations that puts you in charge of your data with "everything you know about a person on one page." As of 1/19, approximately 18 groups are using or implementing AGENCY (https://agency-software.org/index.php/agency-users/). AGENCY is very customizable, which allows it to be shaped to a tight fit with your data and organizational requirements,. It can facilitate operations and communication and generate reports and documents. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Jennifer

    Jennifer

    Crystal ORM using ActiveRecord pattern with flexible query DSL

    ...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 command management Jennifer uses Sam. Due to this you can easily create/migrate/drop a database or invoke a generator to bootstrap your models and migrations. Jennifer has a built-in database migration management system. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Isar Database

    Isar Database

    Extremely fast, easy to use, and fully async NoSQL database

    ...The sky is the limit. Composite & multi-entry indexes, query modifiers, JSON support etc. Asynchronous, parallel query operations & multi-isolate support by default. Open source. Everything is open source and free forever!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Redix

    Redix

    A very simple pure key => value storage system that speaks Redis

    redix is a very simple key => value storage engine that speaks redis and even more simpler and flexible. redis is very simple, sometimes we abuse it, so I decided to build a pure key-value storage system that introduces the core utilities for building any data structure you want based on the key => value model that is because I think that everything could be modeled easily using that model, so I decided to not to follow redis and all of its commands, you won’t find lpush, hset, sadd, … etc you will find a new way to do the same job but more easier and flexable, i.e, the well-known hset key field value command could be replaced with set key/field value, but sometimes you need to return a specific hashmap as key => value, but you run hget key field to get the key’s value and also it could be replaced with get key/field, but how could we replace hgetall key? ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Toast UI Calendar

    Toast UI Calendar

    A JavaScript calendar that has everything you need

    The Calendar supports monthly, weekly, daily views, and more, and you can create or edit your event with a simple dragging motion. The functionality of TOAST UI Calendar is available when using the Plain JavaScript, React, Vue Component. TOAST UI Calendar applies Google Analytics (GA) to collect statistics on the use of open source, in order to identify how widely TOAST UI Calendar is used throughout the world. It also serves as an important index to determine the future course of projects....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    mksqlite

    mksqlite

    A MATLAB(R) Mex-DLL to SQLite Databases

    Did you ever want to store your MATLAB(R) data in a SQL database? Nothing large, simply a few array or strutures in a few tables. Maybe a few indicies and everything manageable with SQL commands? Then msqlite will be the right choice for you! mksqlite connects the power of MATLAB(R) with the efficiency of the SQLite database engine. (See also https://github.com/AndreasMartin72/mksqlite)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Omatsuri

    Omatsuri

    PWA with 12 open source frontend focused tools

    ...You are highly encouraged to explore source code and use it in your projects. Fast non-blocking computations with web workers. No tracking, no ads, no other server connections – everything runs in browser only. Full offline support. Dark theme support. All-in-one application for everyday tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Project Tracking Database

    Project Tracking Database

    A Project Tracking LibreOffice Database Example

    ... • The ODT forms simplify and un-clutter the display (all the other LibreOffice windows are not displayed). Of course, they are still available if opening the .ODB file. • FYI - I had planned to Rename everything but, decided to Not do it as requires re-linking tables/forms. That’s easy to do thus, I leave it for you to do, if desired. I suggest making a Backup copy before tweaking. • Regarding the ODT GUI forms: Most of the Toolbars should be hidden but, be sure to turn-on the Navigation toolbar! • The Package Contents: db_Size_Test1_FORM1.odt -- The Large Form db_Size_Test1_FORM2.odt -- The Small Form db_Size_Test1.odb -- The full enchalada Images for Form Icons
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FastoRedis

    FastoRedis

    Cross-platform open source Redis DB management tool

    FastoRedis (fork of FastoNoSQL) — is a cross-platform open source Redis management tool (i.e. Admin GUI). It put the same engine that powers Redis's redis-cli shell. Everything you can write in redis-cli shell — you can write in FastoRedis! Our program works on the most amount of Linux systems, also on Windows, Mac OS X, FreeBSD and Android platforms, on desktops and embedded devices.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24
    Reactantd

    Reactantd

    A general management background built with React and Ant Design

    ...Using the DBTable component, you can quickly implement CRUD on a table (in fact, it can be used not only for databases, but also for any operation mode that conforms to this). The disadvantage is that there is no clear business meaning, and the operating MM may not use it. Using this set of tools, if everything goes well, you can quickly build a background interface, including basic login/menu/navigation/CRUD/import/export and other functions, and the interface & experience is also quite passable, no need Any encoding, just modify the configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    HORK

    HORK v1.1 Object Relational Mapping (ORM) toolKit

    ...HORK supports SQL Server and DBLX, and we will be adding support for other databases as the project moves along. HORK was designed by developers that use ORM frameworks every day. HORK will eventually provide everything needed in an ORM, but will have to retain its low complexity and very good performance. HORK only contains the features needed to move data to and from the database. Unlike other ORM's, HORK does not add features that replace things the database already can do. HORK is designed to be as fast as a custom Data Access Layer, and in most cases will be faster than available class serializers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next