Showing 89 open source projects for "java open source"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    Redis Client for Crystal

    Redis Client for Crystal

    Full featured Redis client for Crystal

    A Redis client for the Crystal programming language. This Redis instance can be shared across fibers and accepts the same Redis commands as the Redis class. It automatically allocates and frees connections from/to the pool, per command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Eclipse SQL Client for database querying/browsing any JDBC compliant database. It supports plugins with specialized functionality for individual databases (Oracle, DB2, MySQL, PostgreSQL, Sybase, Informix) and can be extended.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3

    MySQL Erlang client

    ErlMySQL is a MySQL client (driver) written in Erlang.

    ErlMySQL is a MySQL client written in Erlang and provides API that is very close to Connector/C library. The client is using low level (TCP/IP socket) connection to MySQL server and allows to exchange a data with maximum possible speed. Multiple datasource support and connection pool are incapsulated in the client that increases a performance in concurrent environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CommandoSQL

    CommandoSQL

    SQL client for various database engines

    Downloads: 1 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    Falcon

    Falcon

    Free, open-source SQL client for Windows and Mac

    Falcon is a free, open-source SQL editor with inline data visualization. With Falcon you can connect to your database in the Connection tab, run SQL queries in the Query tab, then export your results as a CSV or open them in the Chart Studio to unlock the full power of Plotly graphs. Optionally, you can use Falcon as a middleman between plot.ly and your database - so that when your database updates, your charts and dashboards update as well.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Some experimental SQL client generation code for building client packages and other various half completed trials - (mostly around databases, particular Firebird).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Lily Sql Client

    Lily Sql Client is a pure java client that supports jdbc databases.

    Lily Sql Client is a pure java client that supports jdbc databases such as Oracle, Mysql, DB2, and so on. It's written in java and runs on windows, linux and Mac OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Springbok

    Springbok

    Educational Query Tool for Relational Databases

    Relational Algebra is a very important formal language associated with relational databases. This is why most of the universities have Relational Algebra as an integral part of their database management courses. But unfortunately, most of the traditional relational DBMS software tools support Structured Query Language (SQL) only. For a student it is very difficult to know whether a relational algebra query written on paper is correct or not. Also as an instructor it is difficult to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Pyntrez NCBI Database Client

    Command-line, Entrez, NCBI e-utilities client, written in Python

    Comman-line client to Entrez, e-utilities, written in Python, developed for Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • ServiceDesk Plus, a world-class IT and enterprise service management platform Icon
    ServiceDesk Plus, a world-class IT and enterprise service management platform

    Design, automate, deliver, and manage critical IT and business services

    Best in class online service desk software. Offer your customers world-class services with ServiceDesk Plus Cloud, the easy-to-use SaaS service desk software from ManageEngine, the IT management division of Zoho. Track and manage IT tickets efficiently, resolve issues faster, and ensure end-user satisfaction with the cloud-based IT ticketing system used by over 100,000 IT service desks worldwide. Manage the complete life cycle of IT incidents, problems, changes, and projects with out of the box ITIL workflows. Create support SLAs, define escalation levels, and ensure compliance. Automate ticket dispatch, categorization, classification, and assignment based on predefined business rules, and set up notifications and alerts for timely ticket resolution. Reduce walk ins and unnecessary tickets by giving your users more control. Enable end users to access IT services through your service catalog in the self-service portal. Help users create and track tickets and search for solutions.
    Learn More
  • 10
    MongOz - MongoDB Desktop Client

    MongOz - MongoDB Desktop Client

    Multi-Platform MongoDB Desktop Client

    MongOz is a MongoDB client, intended to be multi-platform. It's written in Java as backend (to handle the MongoDB connections) and Javascript / HTML5 / CSS3 as frontend, in order to have a modern interface, besides being easy to change as desired.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sqimplex

    Sqimplex

    Simple visual SQL client

    Sqimplex is a visual SQL client made for simple manipulation with SQL data for Oracle database platform (maybe later even other ones). Sqimplex is created in Delphi and runs on Windows Vista or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MzzCRM

    MzzCRM 1-page 1-form PHP+MySQL Customer Relationship Management Script

    This is the MzzCRM CRM database script that consists of a single input textbox on a web page that stores them into a MySQL database table. It has one field so that the person inserting the case notes can insert the case notes quickly and has the ability to include full details, or to leave full details out. The script is designed to perform the essential first action of a CRM -- creating the case notes. If needed to browse or access the data later after it was input, use another 3rd...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An ncurses based password database client that is compatible with KeePass 1.x format databases.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14

    Mongo JDBC Driver

    A minimal JDBC driver implementation for MongoDB

    This project builds upon the MongoDB Java driver to provide a limited JDBC implementation to allow graphical tools such as SQuirreL SQL Client to visualize and manipulate MongoDB collections and documents. It will accept an SQL-like syntax for CRUD operations, where "tables" represent MongoDB collections, and rows are individual documents within a collection. Each row has two columns (ObjectId and Document).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Redis cplusplus client Win32 port

    A windows port of official Redis cplusplus client library

    Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. http://redis.io/ There are many Redis client as different language binding available: http://redis.io/clients For C++, there is a client library recommanded by official named redis-cpp-client but too bad it can neither build nor run on Windows platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple SQL query tool that allows to connect to MSSQL and MySQL servers and MS Access files. A form of linking queries is possible and showing result in a map or in a chart is build in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MyConnect

    MyConnect

    MySQL Database Client

    MyConnect is a simple and easy to use tool for the administration of MySQL-Servers. It supports the administration of tables and databases, as well as Events and Views. Its simple interface allows the user to get a fast view over his content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    .Net-Control for PDF creation with dynamic Content. It includes a WYSIWYG-Editor to design the PDF-Documents and a Interface to Link SQL-Queries with Fields on the PDFs. Databases are Access(OleDb), MySql(-Client), MS Sql(-Client), all Odbc. Uses itext.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    The Hironico Db Tool is a graphical database client that can run on all major platforms today. It provides a powerfull, feature rich and user friendly set of tools to work with databases of any vendor using Java drivers while being fast & light.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An easy to use sql client gui.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Java Database Manager, harnessing the power of JDBC. Makes database management interoperable. Features Database diagram generation, reports generation, graphs generation, code generation and usual database client features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CoolSQL is a free database client software. It is better for people who develop applications related to database and manage database. CoolSQL is written by Java, so it can run on the platform where installed the Java Runtime Environment (1.5 or above).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    This project is a collection of simple .NET classes to help rapid development of small database client applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Web-based Squirrel SQL client. it allow you to view database structure, import/export and manage your databases, including create database, table, store procedure, view,trigger and user. it support oracle, db2, mysql, MS SQL server, FireBird,Postgres
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    a C++ client for Redis key-value database - http://code.google.com/p/redis/
    Downloads: 0 This Week
    Last Update:
    See Project