Showing 68 open source projects for "linux"

View related business solutions
  • Create and manage the email signature you need Icon
    Create and manage the email signature you need

    For companies and organizations that need an email signature solution

    With WiseStamp it’s easy to unify your brand and turn your emails into a powerful marketing tool. Get the most out of your emails with a professionally designed custom email signature.
    Learn More
  • Scalable restaurant tech for stellar guest experiences Icon
    Scalable restaurant tech for stellar guest experiences

    For Pizza, Delivery, Takeout, Quick Serve, Fast casual, and Full Service Restaurants with as little as one store to 100 or more.

    HungerRush helps restaurants compete in the toughest business on earth. We offer a fully integrated restaurant management system that’s easy to use and can be configured to engage your guests better, streamline your operations, master your own marketing, or all of the above. Want to offer online ordering? It’s built in. Want to get the latest performance data on your operations and marketing? No problem. Want to make customers for life by creating personalized experiences you know they’ll love? Order up. And since our system is backed by a dedicated and US-based support team, you’ll always be ready for the rush.
    Learn More
  • 1
    Grafana

    Grafana

    Leading open-source visualization and observability platform

    Grafana OSS is a leading open-source visualization and observability platform that lets you query, visualize, alert on, and explore your data—regardless of where it’s stored. With support for 100+ data source plugins (such as Prometheus, Loki, Elasticsearch, InfluxDB, SQL/NoSQL databases, OTel, and more), you can unify metrics, logs, traces, and other observability signals in one place. Grafana OSS empowers you to build dynamic, reusable dashboards with rich visualizations, template...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    Maybe

    Maybe

    The personal finance app for everyone

    Maybe is an open-source personal finance and wealth management application designed to help users manage their finances effectively. Originally developed as a comprehensive platform, it included features like connecting with certified financial advisors. Although the commercial venture was discontinued, the source code remains available for the community to explore and build upon.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Logstash

    Logstash

    Centralize, transform and stash your data

    Logstash is a server-side data processing pipeline that dynamically ingests data from numerous sources, transforms it, and ships it to your favorite “stash” regardless of format or complexity. It supports and ingests data of all shapes, sizes and sources, dynamically transforms and prepares this data, and transports it to the output of your choice. Logstash is extensible, with over 200 plugins available to let you create and configure your pipeline how you choose.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    ROM

    ROM

    Data mapping and persistence toolkit for Ruby

    A flexible, Ruby-based data-mapping and persistence toolkit, designed as an alternative to traditional ORMs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ango Hub | All-in-one data labeling platform Icon
    Ango Hub | All-in-one data labeling platform

    For AI teams and Computer Vision team in organizations of all size

    AI-Assisted features of the Ango Hub will automate your AI data workflows to improve data labeling efficiency and model RLHF, all while allowing domain experts to focus on providing high-quality data.
    Learn More
  • 5
    Evil Seed

    Evil Seed

    A Gem for creating partial anonymized dumps of your database

    Evil Seed is a Ruby tool for seeding databases with realistic, localized, and structured test data. It integrates with Rails and uses Faker, but allows more advanced customization like data relationships and repeatable sequences. It’s ideal for developers who need high-quality sample data for testing or demos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pg_easy_replicate

    pg_easy_replicate

    Easily setup logical replication and switchover to new database

    pg_easy_replicate is a simple tool for replicating PostgreSQL data from one database to another using logical replication. It abstracts away the complexity of publication/subscription setup and enables selective table replication. Ideal for developers or data engineers who want quick replication without deep Postgres expertise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MongoDB Ruby Driver

    MongoDB Ruby Driver

    The Official MongoDB Ruby Driver

    The MongoDB Ruby Driver is the official MongoDB client for Ruby applications, providing an idiomatic API to interact with MongoDB databases. It enables seamless integration with Ruby on Rails and other Ruby-based frameworks for NoSQL data management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pg-osc

    pg-osc

    Easy CLI tool for making zero downtime schema changes

    pg-osc (Online Schema Change) is a CLI tool for making non-blocking schema changes to large PostgreSQL tables. It creates a shadow table, copies data incrementally, and swaps tables with minimal downtime. Ideal for high-traffic applications, pg-osc lets teams modify database structures safely in production environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Logidze

    Logidze

    Database changes log for Rails

    Logidze is a Ruby on Rails extension that enables versioning for ActiveRecord models using PostgreSQL JSONB columns. It stores change history directly in the database, allowing applications to track, view, and restore previous states of a record without creating additional tables. Unlike traditional audit systems, Logidze is lightweight and fast, leveraging PostgreSQL’s capabilities for efficient data storage and retrieval.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tools to Build an Efficient Quality Management System. Icon
    Tools to Build an Efficient Quality Management System.

    Sunday Business Systems (SBS) offers comprehensive quality management software (QMS) and consulting services to improve compliance

    Sunday Business Systems is ideal for small to mid-sized manufacturing and service businesses looking for cost-effective, customizable quality management software to help them comply with industry standards and improve operational efficiency
    Learn More
  • 10
    With Advisory Lock

    With Advisory Lock

    Advisory locking for ActiveRecord

    with_advisory_lock is a Ruby gem that provides a simple and thread-safe way to use PostgreSQL advisory locks within Ruby applications. It allows developers to wrap critical code sections with database-level locks to prevent race conditions across concurrent processes or threads. It’s especially useful in distributed systems, background job processing, or scheduled tasks where application-level mutexes aren't sufficient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Blazer

    Blazer

    Business intelligence made simple

    Blazer is a business-intelligence engine for Rails that lets teams write SQL in the browser, visualize the results, and share insights without leaving their app. It turns raw database queries into charts, tables, and dashboards, so non-engineers can explore data with minimal friction. Queries can accept parameters, enabling reusable reports for different time ranges, segments, or customers. Access controls and audit trails help teams manage who can run, edit, or view sensitive analyses....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Motor Admin

    Motor Admin

    Deploy a no-code admin panel for any application in less than a minute

    Motor Admin is a no-code admin panel that can be deployed for any application in under a minute. It allows users to search, create, update, and delete data entries, create custom actions, and build reports without writing code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    LiteSQL is a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Textacular

    Textacular

    Textacular exposes full text search capabilities from PostgreSQL

    Textacular is a full-text search extension for ActiveRecord models in Ruby on Rails, built on top of PostgreSQL's native full-text search features. It allows developers to perform natural language searches across multiple columns with minimal configuration, providing a powerful and efficient alternative to third-party search services. Textacular integrates seamlessly with Rails queries and scopes for a smooth developer experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Plant app

    A ruby-activeRecord-MySQL application which stores data about plants

    A ruby-activeRecord-MySQL application which stores data about plants using the Sinatra ruby framework. Code should work on 2.0.0 ruby version though modern versions should be supported too. (Up to 2.4.6) Also, database supposed to have Hungarian information hence application supports UTF-8. The dummy plant is also written in Hungarian text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OneBody

    OneBody

    private member portal for churches, built with Ruby on Rails

    OneBody is an open-source church directory and social networking platform. It allows congregations to manage member profiles, events, and communications in a secure, private online environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LivingStyleGuide

    LivingStyleGuide

    Easily create front-end style guides with Markdown and Sass/SCSS

    Easily create living style guides/front-end style guides/pattern libraries by adding Markdown documentation to your Sass project. By clicking the color swatch in the style guide, users can copy the hex code of the color (useful for designers). When pointing the cursor on the variable name, it will be copied on click instead (useful for developers). The output will respect newlines. You can add any CSS to each example if it helps to make it better in the style guide only. You can set options...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Scalaris

    Distributed, transactional key-value store

    Scalaris is a scalable, transactional, distributed key-value store. It was the first NoSQL database, that supported the ACID properties for multi-key transactions. It can be used for building scalable Web 2.0 services. Scalaris uses a structured overlay with a non-blocking Paxos commit protocol for transaction processing with strong consistency over replicas. Scalaris is implemented in Erlang.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Startkladde

    Flight logging for airfields

    A software for logging flight movements on small airfields or glider sites and automatically generating statistics and log books.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    mx is a Ruby/Rails code base with broad application in evolutionary biology, it includes general functionality for matrix handling, sequence management, ontology construction, specimen handling, taxonomic catalogs, taxonomic descriptions and more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    pwdex

    Web-based password exchange, sharing and storage system.

    Web-based password exchange, sharing and storage system. It has 2 types of passwords: private and shared. Shared ones can be shared to individual users or to groups of users. The system is written in Ruby using Sinatra framework. Storage backend is any database (e.g. MySQL, sqlite), encryption is done via AES-256.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Redland is a set of object-based, modular and portable C RDF libraries providing RDF APIs for the graph, triple storage (librdf), RDF/XML parsing and serializing (Raptor), SPARQL RDF querying (Rasqal). Language APIs in Perl, PHP, Python, Ruby and others.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    Ruby Research Wiki (RRiki) can be used to keep notes and organize references for research. It uses a browser interface, an intuitive plain text formatting language (markdown), and facilities to cross-reference and hierarchically organize notes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Manqod is a desktop application for small companies to organize their data on an interface customised for them by themselves
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next