Showing 159 open source projects for "embedded"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    FastoRedis

    FastoRedis

    Cross-platform open source Redis DB management tool

    ...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: 12 This Week
    Last Update:
    See Project
  • 2
    UnQLite

    UnQLite

    An Embedded NoSQL, Transactional Database Engine

    ...UnQLite is a document store database similar to MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store similar to BerkeleyDB, LevelDB, etc. UnQLite is an embedded NoSQL (Key/Value store and Document-store) database engine. Unlike most other NoSQL databases, UnQLite does not have a separate server process. UnQLite reads and writes directly to ordinary disk files. A complete database with multiple collections is contained in a single disk file. The database file format is cross-platform, you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Moqui Ecosystem
    The Moqui Ecosystem is a series of open source components for enterprise applications all built on a common framework (Moqui Framework) written in Java and Groovy. The components include tools that plug in to the framework, business artifacts, and applications. Some of the popular tool plug ins include ElasticSearch, Apache FOP, Apache Camel, OrientDB, and Hazelcast. The business artifacts later includes a universal data model (mantle-udm), service library (mantle-usl), reusable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TreeGraph

    TreeGraph

    Information Manager(split/analyze/compare/combine).

    For Homepage, Blog, Family Tree, Database, C#|hjt|js|chm Editor. Convert hjt2xml, (c#)cs2xml, chm2xml, js2xml, xml2cs, xml2js, xml2hjt, cs2hjt, hjt2cs, cs2chm, hjt2chm. IE/Opera/Firefox/PocketPC supported.
    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
    BoltHold

    BoltHold

    BoltHold is an embeddable NoSQL store for Go types built on BoltDB

    Bolthold is a simple, embedded key/value store for Go, built on top of BoltDB, offering query and indexing capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Debio-Sql

    Debio-Sql

    A Firebird Sql Management Tool

    Debio-Sql is a database tool for the Firebird RDBMS, Cross platform without Serious dependency! Lite and efficient! Code completion, Object finder, Syntax highlighter with customization, User/Portable Mode, Work with FB 2.x And FB 3.x Api. Embedded connection support. Altering the Stored procedures and the Functions(FB 3.x). Release binaries in (Linux x86_64 Gtk2/3 Qt4/5 , Win32/64) for every version, (XOS will be added in future versions). Future features: Backup/Restore Graphical Relations with chart User Manager with Privileges Create/Alter Tables with graphical tool Graphical query builder Copy Database (Meta-data/Content) with graphical wizard between two databases Developed with the FreePascal and the Lazarus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ERMaster
    ERMaster is Eclipse plug-in to make ER diagram. Functionally, Import from data base, Making of table definition book on Excel, Image output, DDL output, etc. are being offered.
    Leader badge
    Downloads: 139 This Week
    Last Update:
    See Project
  • 8

    Pylax

    Database front end for SQLite, PostgreSQL and MySQL

    A RAD database front end tool for building rich client GTK-based GUI applications on SQLite, PostgreSQL and MySQL, using embedded Python as scripting language
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Monorepo for nanoSQL 2.0

    Monorepo for nanoSQL 2.0

    Universal database layer for the client, server & mobile devices

    Nano-SQL is a lightweight, cross-platform database that offers NoSQL and SQL-like querying for JavaScript applications, working both in-browser and server-side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10
    Rowing club management program. Using an embedded dbf database driver. User interface made with wxWidgets. Runs on Windows, Linux and MacOS. This project needs volunteers and/or substantial sponsorship.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Wandora
    Wandora is a general purpose information extraction, management, and publishing environment based on Topic Maps and Java. Wandora has several data storage options, rich data extraction, import and export capabilities and embedded server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bolt

    Bolt

    An embedded key/value database for Go

    Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. Bolt is stable, the API is fixed, and the file format is fixed. Full unit test...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    tiedot

    tiedot

    A rudimentary implementation of a basic document database in Go

    tiedot is a document database engine that uses JSON as document notation; it has a powerful query processor that supports advanced set operations; it can be embedded into your program, or run a stand-alone server using HTTP for an API. It runs on *nix and Windows operating systems. tiedot has fault-tolerant data structures that put your data safety first, while easily scales to 4+ CPU cores. tiedot has very stable performance, even with millions of records! It consistently achieves high throughput, swallow more than 120k records or 80k complicated queries per second with confidence. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Lovefield

    Lovefield

    Lovefield is a relational database for web apps

    ...Queries support joins, aggregations, ordering, pagination, and predicates, enabling complex client-side data operations with transactional semantics. The engine includes a cost-based optimizer and a planner that chooses index scans and join orders to reduce latency. Because it is embedded, apps can keep responsive, offline-capable experiences while synchronizing with a server on their own schedule. The library targets maintainable, testable data logic by abstracting away browser storage quirks behind a stable relational façade.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Marid

    Marid

    Free data acquisition and data visualization cross-platform software

    Marid is a cross-platform data acquisition and visualization software intended to build complex and hierarchical data acquisition systems. The base concepts of its architecture include: * Graphical deploy configuration builders * Powerful Groovy scripting language * Embedded database ( H2 , HSQLDB) to store data * Cross-platform design (write once, run anywhere) * Embedded GUI-configurable binary/ascii device protocol parser/generator * Deploy manager to deploy firmwares to remote controllers/servers via secure channel * Embedded web-sever * Dynamically linked plugins available from Nexus Repository * Remote monitoring tools * Modular Marid IDE to manage them all
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    geog-server-embedded

    geog-server-embedded

    GeoG Embedded Server

    GeoG Embedded Server with GeoG's Own Database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    lmdb++

    C++11 wrapper for the LMDB embedded B+ tree database library.

    This is a comprehensive C++ wrapper for the LMDB embedded database library, offering both an error-checked procedural interface and an object-oriented resource interface with RAII semantics. • Designed to be entirely self-contained as a single <lmdb++.h> header file that can be dropped into a project. • Implements a straightforward mapping from C to C++, with consistent naming. • Provides both a procedural interface and an object-oriented RAII interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    reportico_ci

    reportico_ci

    Reportico implementation for CodeIgniter

    This project gives CodeIgniter developers a "baseline implementation" of the Open Source PHP web reporting tool Reportico. By easily including it in any CodeIgniter project, the wrapper allows Reportico to run on its own (by means of the included Runner controller) or embedded in any application as a library object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PerLa project aims at defining a full declarative high level language that allows to query a pervasive system, hiding the difficulties related to the need of handling different technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An Oracle client library written purely in Pro*C (Oracle C precompiler for embedded SQL). Implements Pro*C ANSI dynamic SQL and provide APIs to application programs by hiding ANSI dynamic SQL directives. Designed to be portable across platforms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SQL Embedded Manager

    SQL Embedded Manager

    SQL Embedded Manager, is a light-weight implementation of the SSMS.

    The SQL Embedded Manager, is a Windows Forms light-weight implementation of the Microsoft SQL Server Management Studio, focused to supporting only all the embedded databases engines (for example, Sql Server Compact Edition, SQLite and Firebird).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite is a popular choice as embedded database for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems, among others. SQLite has bindings to many programming languages. The source code for SQLite is in the public domain
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OstrivDB

    OstrivDB

    Embedded NoSQL object-oriented database engine for .NET and Mono

    OstrivDB is an embedded NoSQL object-oriented database engine for Microsoft .NET and Mono. OstrivDB was named after the Oster river (the little river in little town where author lives). Features: - Caching for Select queries. - Indexing. - Batch of queries. - Views. - InMemory objects and views. - No special query language (LINQ used). - Integrated sorting and paging
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ...In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite is a popular choice as embedded database for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems, among others. SQLite has bindings to many programming languages. The source code for SQLite is in the public domain
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    RC Flyers Toolkit Box

    A cross platform tool for R/C pilots

    RC Flyers Toolkit Box is a cross platform solution for pilots of electrical powered R/C controlled aircrafts and helicopters managing batteries,charging cycles, flights and more. Its focus is primarily on RC helicopters but can also be used by fixed wing pilots.
    Downloads: 0 This Week
    Last Update:
    See Project