Showing 23 open source projects for "sc-controller"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1
    IoTDB

    IoTDB

    Apache IoTDB

    ...Due to its light-weight architecture, high performance and rich feature set together with its deep integration with Apache Hadoop, Spark and Flink, Apache IoTDB can meet the requirements of massive data storage, high-speed data ingestion and complex data analysis in the IoT industrial fields. In the scene of factories, there are tens of devices under LAN network. IoTDB can be installed on a local controller server in the factory to receive data from those devices. The local controller server (normal PC or workstation) with IoTDB can provide the ability to persist data and query data with SQL-like interface. In addition, with TsFile-Sync tool, TsFiles on the local controller can be transmitted to the data center equipped with IoTDB instance in the cloud.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Jenkins Docker

    Jenkins Docker

    Docker jenkins repo

    The Jenkins Continuous Integration and Delivery server available on Docker Hub. The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. If you bind mount in a volume, you can simply back up that directory (which is jenkins_home) at any time. This is highly recommended. Treat the jenkins_home directory as you would a database, in Docker you would generally put a database on a volume. If your volume is inside a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    MongoDB Community Kubernetes Operator

    MongoDB Community Kubernetes Operator

    MongoDB Community Kubernetes Operator

    The MongoDB Kubernetes Operator is an open-source controller that automates deploying and managing MongoDB clusters on Kubernetes, enabling developers and operators to run production-grade MongoDB in cloud-native environments. By defining custom resource definitions (CRDs) for MongoDB resources, the operator lets you declare cluster topology, configuration, and scaling policies as Kubernetes manifests that can be applied with standard tools like kubectl and Helm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CloudNativePG

    CloudNativePG

    CloudNativePG is a Kubernetes operator that covers the full lifecycle

    ...The goal of CloudNativePG is to increase the adoption of PostgreSQL, one of the most loved DBMS in traditional VM and bare metal environments, inside Kubernetes, thus making the database an integral part of the development process and GitOps CI/CD automated pipelines. CloudNativePG has been designed by Postgres experts with Kubernetes administrators in mind. Put simply, it leverages Kubernetes by extending its controller and by defining, in a programmatic way, all the actions that a good DBA would normally do when managing a highly available PostgreSQL database cluster. Built on proven DevOps concepts like immutable infrastructure, declarative configuration, and microservice architecture, CloudNativePG exclusively relies on the Kubernetes API server to maintain the state of a PostgreSQL cluster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    GameLauncher

    Frontend emulator launcher displaying box art image of associated ROMs

    A free front-end emulator displaying associated game box art image for each game. GameLauncher can be controlled using standard Xbox controller. ROM associated image files can be downloaded using following link: http://axter.com/GameLauncher/Images.zip
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    MVProc

    MVProc

    MVC web platform for Apache and MySQL Stored Procedures

    MVProc is a Model-View-Controller module for Apache2 that facilitates using MySQL stored procedures as the controller element. NOTE: Version 2.1 is STABLE and currently in production use. NOTE: Versions 1.4+ are for Apache2.4 - in order to run on Apache2.2, replace request_rec->useragent_ip references with request_rec->connection->remote_ip (there are 3 in the source code)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    This project aims to provide a client for PostgreSQL which is able to run on a micro-controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Workshop Organizer

    Workshop Organizer

    Light-weight & cross platform inventory controller for home-workshops

    Workshop Organizer is light-weight, cross platform inventory controller for home-workshops. This application is specifically design to manage electronic/electrical components at home-workshops, but it can use to manage other areas of workshop including tools, machinery and mechanical components, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Z-WAMP Server Pack
    A lightweight zero-install Web server package that runs on Windows. The project aims to provide the latest production/stable versions of Apache, MySQL, PHP, Adminer, MongoDB, MemCached, SQLite, eAccelerator, and Alternative PHP Cache (APC) to boost server performance.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 11
    TechMVC 3.2.1

    TechMVC 3.2.1

    MVC2 based HTML 5 enabled Web Application Framework

    ...In Config.php varriable "$var->meta_tags" renamed to "$var->defaultMetaTags" c. TechMVC::updateMetaTags($param) has been added, will be used to add/update/remove metatags from any Controller. d. Custom Link Tag Support Enabled with controller based append facility: TechMVC::createCustomLinkTags($param); e. Session handler upgraded to avoid undefined session ids. Features Removed: ================ 1. Following functions has been removed completely: a. Utility::include_custom_lib($path, $shared
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    DBnavgate

    Dbnavgate shows the nodes and details of a database instance

    As part of the lecture java programming we had to program a database navigator. This navigator shows the nodes of all relations in a database instance and the details of the selected node. I used the Model-View-Controller-Pattern (MVC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    M is a Model View Controller framework for rapid development of php/MySQL web applications. Documentation: http://www.theora.com/M/doc/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Generator of PHP classes from PostgreSql database. There are model, view, controller (MVC) classes generated by this tool. It is easy tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mapper is a presentation framework for XML, WEB & GUI applications based on the Model-View-Controller pattern. Its event driven components & models provide an easy & consistent way to bind fields to ValueObjects or Collections for all presentation types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This utility compares data stored in two SQL databases, and synchronizes it. It lists records that differ, are missing and are additional. It can generate and execute SQL queries that will change second database to be identical to first database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JavaSwing desktop's framework.You'll have desktop's swing problems resolved:MVC adoption, front-controller, appContext(with IoC),desktop's genteration(toolBar,menuBar),dynamic Look&Feel,threads,frame factories
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TransXTrail is the simplest database transaction controller API for Java. JTA, Springs and Tyrex has too many issues/problems. This API is intended to be used in small applications. It also helps you to build a distributed transaction system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Very, really *very* small, No-POJO SQL database controller library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XML access layer using Ruby and REXML, that works with runtime class creation, also called marshalling. Provides standard functionality that makes manipulating structured XML data as easy as working with a database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ARK (Application Resource Kit) is an MVC application framework for PHP. It separates model and view using the 'Model View Controller' design pattern. The goal is to ease programming of complex databased web applications. See the Home Page ark.arkete
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Combine Development Kit provides a Model View Controller (MVC) similar to Jakarta Struts, an Object Model code generator similar to Torque, and goes a step futher to auto generate configuration, actions and Smarty templates for the MVC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OpenRMI defines a messaging interface. This interface is applied in a one to many fashion, using a controller with many nodes. The nodes connect via RMI to the controller and are assigned work via the same interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB