Showing 27 open source projects for "cache proxy java"

View related business solutions
  • 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
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Virtual Cache is a free program for home finances management. It helps keep records about credit and debit cards, also it analyze income and expenses. The program is written on java and can be used on all operating systems, supported by java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Apache HBase

    Apache HBase

    Get random, realtime read/write access to your Big Data

    Use Apache HBase™ when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables, billions of rows X millions of columns, atop clusters of commodity hardware. Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable. A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    pj-net-tools

    pj-net-tools

    Pure Java Network Tools

    Pure Java Network Tools. Free portable cross-platform. Include: 01) ICMP-ping, 02) ICMP-traceroute, 03) DNS-check resolver, 04) Parallel Host TCP-scanner, 05) IP-calculator, 06) Syslog-server, 07) Telnet-client, 08) Local ARP-cache request, 09) Parallel Network Ping-Scanner, 10) Snmp-Get concrete value utility. 11) Parallel ICMP flood utility. 12) Parallel UDP flood utility. 13) TFTP-server. 14) NTP-server. 15) Host TCP-ping. 16) SNMP-MRTG traffic monitor. 17) Anonymous FTP-server. 18) Parallel Network TCP-scanner. 19) Parallel Network SNMP-scanner. 20) Parallel Network DNS-scanner. 21) Parallel SNMP-DoS. 22) Parallel HTTP/HTTPS-DoS Need JRE-1.8: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html . ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    FlexiList.

    FlexiList.

    FlexiList is a Java data structure that combines the benefits of array

    ...->Dynamic Size: FlexiList can grow or shrink dynamically as elements are added or removed, whereas arrays have a fixed size. ->Good Memory Locality: FlexiList nodes are stored in a contiguous block of memory, making it more cache-friendly than arrays. ->Faster Insertion and Deletion: FlexiList can insert or delete nodes at any position in the list in O(1) time, whereas ArrayList requires shifting all elements after the insertion or deletion point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    MyCAT

    MyCAT

    Active, high-performance open source database middleware

    MyCAT is an Open-Source software, “a large database cluster” oriented to enterprises. MyCAT is an enforced database which is a replacement for MySQL and supports transaction and ACID. Regarded as MySQL cluster of enterprise database, MyCAT can take the place of expensive Oracle cluster. MyCAT is also a new type of database, which seems like a SQL Server integrated with the memory cache technology, NoSQL technology and HDFS big data. And as a new modern enterprise database product, MyCAT is...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Miaosha

    Miaosha

    Design and implementation of flash sale system

    Miaosha is a high-concurrency “flash sale” (秒杀) demo that explores how to design a backend capable of withstanding extreme, bursty traffic during limited-time events. It illustrates patterns like cache-first reads for hot data, request rate limiting, and asynchronous order processing to protect databases under load. The project demonstrates stock deduction strategies designed to avoid overselling, combining pre-decrement in cache with reliable persistence and message-driven confirmation....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Mondrian is an OLAP (online analytical processing) engine written in Java. It reads from JDBC data sources, aggregates data in a memory cache, and implements the MDX language and the olap4j and XML/A APIs.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 8

    Proxy Infortuni INAIL

    Gestione telematica della denuncia di infortunio su porta di dominio

    Il proxy-infortunio-inail, nato come una esigenza per i consulenti del lavoro di un'associazione di categoria, in particolare la CNA (Confederazione Nazionale dell'Artigianato e della Piccola e Media Impresa), si pone l'obiettivo di abbattere i tempi di compilazione ed invio di una denuncia di infortunio presso INAIL, e di gestire tutte le fasi dell'inter successivo che scaturisce dall'acquisizione della denucia pressso INAIL. Di seguito un elenco delle principali funzionalità : -recupero...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Messaging middleware for Service Oriented Architecture
    Downloads: 0 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
    A Microsoft(tm) RDP session recorder and/or child safe browsing enforcer. Has a screen saver,keyboard logger and screen scraping ability. RautorViewer replays sessions and can do textual searches on scraped content.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    webStraktor is a programmable World Wide Web data extraction client. Its purpose is to scrape HTML based content via the HTTP protocol and extract relevant information. webStraktor features a scripting language to facilitate the collection, the extraction and the storage of information available on the web, including images. The scripting language uses elements of the Regular Expression and xPath syntax. The webStraktor scripting language has a small instruction set and its syntax is easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Big Sack

    Big Sack: A lightweight Java Key/Value store with undo and disk cache.

    Big Sack is a Java persistence mechanism that allows storage of key value pairs following the popular Big Data paradigms. Its a very simple and straightforward way to bridge the gap between in-memory data structures and long-term storage. It has the convenience of Java SDK TreeMap and TreeSet classes and is used the same easy way, but it includes rollback through undo logging to checkpoint data so it does not wind up in an unknown state regardless of failures. Data storage in the exabyte...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Itilect FTP Proxy

    Itilect FTP Proxy

    Provide users with a managed temporary access to arbitary FTP

    This tool allows you to set proxied access for your users, using predefined FTP accounts. System works like this: Users connects to FTP proxy just like they do with a regular FTP, but using specially formed string as a username (string, that includes their internal profile name and desired target FTP) and their internal password. If they are allowed to access this host, proxy will establish connection with a target FTP and authenticate using real credentials. After that, server will act...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Deep Email Miner Application is a software solution for the multistaged analysis of an Email Corpus. Social network analysis and text mining techniques are connected to enable an in depth view into the underlying information. The self-executable Version 1.1 jar file will now run on Java 1.5 or higher. A Windows executable file of Version 1.1 is also provided in the Files section. Documentation can be found on the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    speedforge
    Web application serving as a caching proxy to any commercial GForge server. Get to your documents faster and easier. Navigate tracker items as if they were in 1 Tracker. More ideas to come. Stateles local Wicket/Java/Maven/Jetty server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Acoma process email communication on server or desktop side and attach relevant information from various sources to an email messages. It can be used within any email client or mobile device since it is hooked up to email as a proxy to SMTP or POP3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Research of alternative cyberinfrastructure approaches that support multi-domain research, integrate existing instrument networks with a common instrument proxy, and support a set of security capabilities critical for community-owned observatories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Java application used in whole genome analysis to display SNPs in a genomic context. Supplementary data is downloaded from various public data sources on the fly and saved locally in a cache. Custom data can be added as supplementary tracks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    yellow engine
    Capture de données annuaires Pages Jaunes/ Pages Blanches/ Pages Pro/ Infobel Europe/ Yellow Book USA/ Yellow Pages Ca
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Auction code Generator in early development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Generic packet visualization tool for generating flow diagrams from formatted logs. Can be used for cache coherency diagrams, software interaction diagrams or to plot network communications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Proximity is a general web-proxy "like" engine with configurable proxying engine. One of primary use is to serve as Maven proxy on intranet. Useful for reducing outgoing traffic (caching), for publishing in-house and other external maven artifacts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Command line and wxWidgets UI for an HTTP(S) proxy that can tunnel web requests over one or more SSH tunnels to one or more web specified servers, while using a direct connection for all other traffic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SMRJ (Simple Multicast Remote Java) is a java library that allows delegating several remote objects by a single client-side proxy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A JBoss appliance FC5 based with web based installation and managment tools. Easy administration of: DataSources, JavaMail, JMS, Apache Mod Proxy, Admin Account, Log4j Categories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB