Showing 24 open source projects for "trees"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    SeaQuery

    SeaQuery

    A dynamic SQL query builder for MySQL, Postgres and SQLite

    SeaQuery is a query builder to help you construct dynamic SQL queries in Rust. You can construct expressions, queries and schema as abstract syntax trees using an ergonomic API. We support MySQL, Postgres and SQLite behind a common interface that aligns their behavior where appropriate.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    nonblonde

    A Key/data Store

    Nonblonde is a key/value database. Nonblonde tables are backed by b-trees that organize their nodes as critical bit trees. It allows multiple tables per store, atomic updates, keys of unlimited size. Head and tail key compression and a variable block size reduce the database disk size. Disk blocks are never modified in place, for which the written database is always in an intended state and does not need repair or recovery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    angular tree component

    angular tree component

    A simple yet powerful tree component for Angular (>=2)

    This project is completely free and open to use under the MIT license. Keyboard navigation. Drag & Drop. Virtual Scroll to support large trees. Checkboxes, Async children load. Expand/collapse/select nodes. Events: activate, collapse, expand, focus, etc. Custom node template (string or component) Custom loading component (for async data). Custom children/name attributes. API, very basic customizable CSS. Angular Tree Component comes with a default mapping of mouse events and key events to actions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Hitchhiker Tree

    Hitchhiker Tree

    Functional, persistent, off-heap, high performance data structure

    Hitchhiker-Tree is a functional, immutable, off-heap, snapshottable sorted map data structure (a persistent key-value tree) designed for scalable, high-performance storage in Clojure / ClojureScript systems. It blends ideas from fractal trees and B-trees, supports lazy loading, and can persist incrementally to arbitrary backends. It is used as a backend for systems like Datahike and can support enormous data sets while retaining functional persistence semantics. Outboard is a simple API for your Clojure applications that enables you to make use of tens of gigabytes of local memory, far beyond what the JVM can manage. ...
    Downloads: 0 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

    meta-treedb

    on-disk memory library using meta-data

    ...But where treedb comes into its own is when it comes to allocating from a mmap()ed disk file - the memory becomes persistent. If you follow the tests/examples, you too can store dictionaries, trees, lists or whatever you can think of in disk-based memory, just an open() and mmap() away. Meta-treedb comes with an AVL tree, doubly-linked-list and variable-entry-sized-array implementations for you to use in your data structures. So, what distinguishes meta-treedb from treedb? * "class" interfaces for treedb collections These are vtables (virtual function tables) that implement the interface...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    An environment where everything can be kept in an interconnected way ...dependencies, parallel serials, multiple layers/levels - trees. One system based on another. Top-down, bottom-up concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CorpusSearch finds syntactic structures in a corpus of annotated sentence trees. It can be used as a research tool on a corpus, or as a development tool for building the corpus.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 8

    Occursions

    Fast customizable time series web database for big data like log files

    Our goal is to create the world's fastest extendable, non-transactional time series database for big data (you know, for kids)! Log file indexing is our initial focus. For example append only ASCII files produced by libraries like Log4J, or containing FIX messages or JSON objects. Occursions was built by a small team sick of creating hacks to remotely copy and/or grep through tons of large log files. We use it to index around a terabyte of new log data per day. You can use it too. Who...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    representation by relations vs data storage. pile unifies the contradicted qualities of tables/trees (databases) and complex networks, order and flexibility. dynamical data generation on call. fast. natively compressing similarities. search across scopes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10
    Bonsai collection software for *nix systems and windows, based on Qt and mySql or sqlite. Manage your trees, pots and pictures and export your data to html.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    iMeMex is a dataspace management system. iMeMex is a research prototype. The package also provides several useful components for research such as external sorting, B+-trees, inverted indexes, content converters, query operators, and graph indexes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ...Users have many choices in configuring what features they want the database to have and in how the data is stored. Features are for instance transactions and fast B+ trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A plugin for Tulip software to permit the clusterisation and navigation in trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Xml Generator Query Language is a language whose purpose is to Generate Xml,Xhtml from Relational DB: No Xsl required, XQuery/Xpath, DB Independant. You can interpolate queries to create multilevel xml trees and insert custom tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An extensible spatial index library in C++ that supports robust spatial indexing methods and many advanced features. Currently supports R-tree (Rtree, R*-tree) variants, Multi Version R-trees (MVR-tree) and TPR-trees. For more information please visit the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    baobab is an implementation of FPTrees or Frequent Pattern Trees, a pattern recognition/data mining technique. it has innumerable applications in language processing, clickstream analysis, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XSpace is a globally accessible repository for hierarchically-keyed information. It provides persistence for trees with an elegant tree-navigation API. XSpace also publishes real-time events whenever a persisted tree is updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Himalaya Tools is a suite of programs focusing on new techniques in data mining. MAFIA/SPAM mine patterns from transactional databases. SECRET is a new algorithm for scalable linear regression trees. More algorithms will be added over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java Component created to persist and work with trees (it doesn't matter the type of persistence). Based on "Nested Set Model of Hierarchies" by Joe Celko. [Componente Java para persistir y trabajar con árboles (no importa el tipo de persistencia)]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Delphi class for managing hierarchical data in a SQL-92 database and displaying it in TTreeView component. Includes methods: display tree, add node, remove node (with subnodes) and etc. Supports several trees in the same table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A library providing basic building blocks for creating in-memory databases of important data. Existing components are: Linked lists; Hash tables with optional auto-resize; Memory-efficient sparse matrices built on hash tables; Red-black trees. NOTE: This project is moving to Github; https://github.com/klmitch/dbprim
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is an implementation of the java DOM specification that keeps all its "parsed-node" data in disk files instead of RAM. This means you can create really big DOM trees an not use all your RAM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DBIx::Tree is a Perl 5 module that provides methods on trees from self-referential database tables. Two underlying tree representation models will be supported: adjacency lists and nested sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Front end to manage Developer 2000 source code trees with RCS engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next