Showing 55 open source projects for "data structures"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 1
    Redis

    Redis

    An in-memory database that persists on disk

    Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. You...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    MySQLDump - PHP

    MySQLDump - PHP

    PHP version of mysqldump cli that comes with MySQL

    This is a php version of mysqldump cli that comes with MySQL, without dependencies, output compression and sane defaults. Out of the box, MySQLDump-PHP supports backing up table structures, the data itself, views, triggers and events. MySQLDump-PHP is the only library that supports output binary blobs as hex. Resolves view dependencies (using Stand-In tables). Output compared against original mysqldump. Linked to travis-ci testing system (testing from php 5.3 to 7.3 & hhvm). Dumps stored...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Apache Druid

    Apache Druid

    A high performance real-time analytics database

    ... outperform legacy solutions. Druid combines novel storage ideas, indexing structures, and both exact and approximate queries to return most results in under a second. Druid unlocks new types of queries and workflows for clickstream, APM, supply chain, network telemetry, digital marketing, risk/fraud, and many other types of data. Druid is purpose built for rapid, ad-hoc queries on both real-time and historical data.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    SQLAlchemy

    SQLAlchemy

    The Database Toolkit for Python

    SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. An industrial strength ORM, built from the core on the identity map, unit of work, and data mapper patterns. These patterns allow the transparent persistence...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
  • 5
    DataScript

    DataScript

    Immutable database and Datalog query engine for Clojure, ClojureScript

    An immutable in-memory database and Datalog query engine in Clojure and ClojureScript. DataScript is meant to run inside the browser. It is cheap to create, quick to query and ephemeral. You create a database on page load, put some data in it, track changes, do queries and forget about it when the user closes the page. DataScript databases are immutable and based on persistent data structures. In fact, they’re more like data structures than databases (think Hashmap). Unlike querying a real SQL...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    rosedb

    rosedb

    High performance NoSQL database based on bitcask

    A high-performance NoSQL database based on bitcask, supports string, list, hash, set, and sorted set. rosedb is a fast, stable, and embedded NoSQL database based on bitcask, that supports a variety of data structures such as string, list, hash, set, and sorted set. Easy to embed into your own Go application. High performance, suitable for both read and write-intensive workloads. Values are not limited by RAM. It is similar to Redis but store values on disk. RoseDB is based on bitcask.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jdbi

    jdbi

    jdbi is designed to provide convenient tabular data access in Java

    Jdbi provides convenient, idiomatic access to relational data in Java. Jdbi 3 is the third major release which introduces enhanced support for Java 8, countless refinements to the design and implementation, and enhanced support for modular plugins. Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use Jdbi with it. Jdbi improves JDBC’s rough interface, providing a more natural Java database interface that is easy to bind to your domain data types. Unlike an ORM, we do...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    NutsDB

    NutsDB

    A simple, fast, embeddable, persistent key/value store written in Go

    A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. It supports fully serializable transactions and many data structures such as list、set、sorted set. All operations happen inside a Tx. Tx represents a transaction, which can be read-only or read-write. Read-only transactions can read values for a given bucket and a given key or iterate over a set of key-value pairs. Read...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TypeDB

    TypeDB

    TypeDB: a strongly-typed database

    ... data patterns. TypeDB allows you to model your domain based on logical and object-oriented principles. Composed of entity, relationship, and attribute types, as well as type hierarchies, roles, and rules, TypeDB allows you to think higher-level, as opposed to join-tables, columns, documents, vertices, edges, and properties.Types provide a way to describe the logical structures of your data, allowing TypeDB to validate that your code inserts and queries data correctly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
  • 10
    rust-rocksdb

    rust-rocksdb

    Rust wrapper for rocksdb

    ... and dropped from multiple threads concurrently. But this crate doesn't allow it by default for compatibility. If you need to modify column families concurrently, enable crate feature called multi-threaded-cf, which makes this binding's data structures to use RwLock by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fluent

    Fluent

    Vapor ORM (queries, models, and relations) for NoSQL and SQL databases

    Fluent is an ORM framework for Swift. It takes advantage of Swift's strong type system to provide an easy-to-use interface for your database. Using Fluent centers around the creation of model types that represent data structures in your database. These models are then used to perform create, read, update, and delete operations instead of writing raw queries. When creating a project using vapor new, answer "yes" to including Fluent and choose which database driver you want to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Redis for Windows

    Redis for Windows

    Native port of Redis for Windows

    ...-3.2.100 version from MS Open Tech team. Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, etc.
    Downloads: 172 This Week
    Last Update:
    See Project
  • 13
    GeoTools, the Java GIS toolkit

    GeoTools, the Java GIS toolkit

    Toolkit for working with and mapping geospatial data

    GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data. GeoTools is an Open Source Geospatial Foundation project. The GeoTools library data structures are based on Open Geospatial Consortium (OGC) specifications.
    Leader badge
    Downloads: 414 This Week
    Last Update:
    See Project
  • 14
    Object-oriented database

    Object-oriented database

    Object-Oriented Database in C# with Windows PowerShell interface

    - Suitable for engineering, ERP, research tasks. - Can be easily used as a local database in C# application. - Can be run as "listening" service on a local machine or a server. - Nested data structures supported. - PowerShell interface. See project Wiki for more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Fafnir-DB

    Fafnir-DB

    Database file mapping names to records, implementing a file-system

    Fafnir-DB is a database file, addressing variable record data through textual names as identifiers, which applies heap organisation of its data space (based on the Moelnir-file project). Fafnir-DB also implements a rudimentary file system (within the file). This operation modus is optional. There are no data size limits other than the range of a 64-bit signed integer. Scalability is limited to 1 - 10 Mio. entries due to non-paging internal structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Moelnir

    Moelnir

    Heap organised database service (Java library)

    Moelnir is a basic database file, addressing variable record data through integer identifiers, which applies heap organisation of its data space. Advantage of Moelnir is that each record is stored in a continuous segment on the file while still record size is limit-less variable and modifiable. There are no data length limits other than the range of a 63-bit unsigned integer. Scalability is limited to 1 - 10 Mio. entries due to non-paging internal structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Depeche

    Depeche

    Java database mapper

    Depeche enables you to work with databases using data structures. It strives to be very simple and easy to use, avoiding both the tediousness of using JDBC directly and the heaviness of a full-blown ORM. It currently supports PostgreSQL, MySQL, H2, SQLite, MS SQL Server and FileMaker; support for other databases can be added easily. A simple ORM based on Depeche is also under development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    GETL

    ETL engine based on Groovy

    ... classes. GETL taken into account when developing ideas and following requirements: 1. The simpler the class hierarchy, the easier solution; 2. The data structures tend to change over time, or not be known in advance, working with them must be maintained; 3. All routine work ETL should be automated wherever possible; 4. Compiling the code on the fly bail speed and reserve for the optimization; 5. Sophisticated class hierarchy guarantee easy connection of other open source solutions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    KvFront

    KvFront

    A GUI tool for redis & memcached

    Description: ----------------------------- KvFront is a GTK+ 3.0 based Redis GUI and Memcached GUI .It is totally free and open source. KvFront features an easy-to -use and straightforward graphical user interface, allowing users to easily work with Redis and Memcached in Linux based GTK+ 3.0 desktop environment. Its highlights include the ability to manage Redis and Memcached. It supports the most of data structures of Redis and Memcached, as well as to view the status of Redis and Memcached...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Storm

    Storm

    Simple and powerful toolkit for BoltDB

    Storm is a simple and powerful toolkit for BoltDB. Basically, Storm provides indexes, a wide range of methods to store and fetch data, an advanced query system, and much more. Save creates or updates all the required indexes and buckets, checks the unique constraints and saves the object to the store. Storm can auto-increment integer values so you don't have to worry about that when saving your objects. Also, the new value is automatically inserted in your field. Any object can be fetched...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XML Editor/Validator/Designer with CAMV

    XML Editor/Validator/Designer with CAMV

    CAM XML Editor for XML+JSON+Hibernate+SQL Open-XDX sponsored by Oracle

    The CAM editor is the leading open source XML Editor/Validation/Schema toolset for rapidly building / deploying XML /JSON /Hibernate /SQL data /Forms applications. Visual WYSIWYG data design, rule entry wizards + drag & drop dictionary components. Will import, analyze / refactor from XML Schema / JSON. Oracle is a proud enterprise sponsor; with NIEM.gov support. Do SQL data import/map+ Open Data API delivery+ Hibernate JPA + UI Forms/Pencil Makes XSD schema (default, flatten, NIEM, & OASIS...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 22

    UbForms

    Field data measurements entry and complex data structures at ease

    With UbForms a person can manage field data measurements entry and complex data structures at ease. This app is inspired and based on the UrForms data model and design with several intricate enhancements and fixes. It is open source and free with a low privacy footprint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FastVersion

    FastVersion

    FastVersion is a Qgis plugin for data versioning in a Postgis database

    FastVersion is a Qgis plugin for data versioning in a Postgis database. This plugin provides data versioning to tables with geometry stored in postgis. It allows to create, changes and eliminate versions, and within each version , to insert, modify and eliminate elements. It is possible carry out the processes of “post” from one version to another, with conflict resolution functionality. The system uses algorithms and data structures so that information is not duplicated each time a version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Devmap

    Devmap

    Web developer development map

    These are books for all time. The best of its kind and important for programmers of all directions. Most of the best courses, reference and training materials are available in English. If difficulties arise, then with knowledge of the English language, the chances of finding an answer on the World Wide Web are higher. Also, if you want to work in a cool prestigious campaign, then without English in any way. Data structures are a software unit that allows you to store and process a lot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next