Showing 2346 open source projects for "java projects on linux"

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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Generic Object Oriented Database System Distributed thick-client OODBMS using aspect-oriented approach to build transparent interface to database from OO programming languages (C++, Java, C#)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Nodock

    Nodock

    Docker Compose for Node projects with Node, MySQL, Redis, MongoDB

    Nodock is a lightweight, modular set of Docker and Docker Compose configurations for rapidly spinning up local development environments. Designed to be developer-friendly, it supports a variety of stacks like Node.js, PHP, Python, and databases like PostgreSQL and MySQL. Nodock simplifies onboarding and standardizes environments across teams without the overhead of full-fledged container orchestration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Vytics Community

    Vytics Community

    Query and plot data in seconds (Excel, CSV, SQL and NoSQL DBMS)

    Vytics lets you query and plot csv data, Excel files, databases (SQL and NoSQL). You can also organize your queries, data and graphs into reports and projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ERMaster
    ERMaster is Eclipse plug-in to make ER diagram. Functionally, Import from data base, Making of table definition book on Excel, Image output, DDL output, etc. are being offered.
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 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
  • 5
    Velosurf is a database access layer for the Apache Velocity template engine. It provides an automatic database mapping of tables and relationships without any code generation, and provides authentication, localization and form validation tools.
    Downloads: 1 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
    Query Light

    Query Light

    Query Light : A Lightweight Oracle java swing client based on JDBC

    Please leave a review or suggest improvements. Source Code on GIT : https://github.com/milind-brahme/query-light Query Light is a lightweight oracle client based on jdbc. Application has moderate sql editing capabilities. It provides basic querying and data retrieval functions. Query light is ideal for working on read only environments. Latest Update and Fixes Added ability to write xlsx in new office xlsx format. Added ability to view code with F4. Added additional describe...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    DataSink

    Take a JDBC ResultSet and stream it in one of the supported formats

    DataSink takes a JDBC ResultSet and streams it in in a format of your choice. You can as well zip the stream and send it over the network, if you want. DataSink currently implements the following table formats: DBF (the xBase file format), XHTML, and genericode. You can use it as an Ant task or directly from Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    jdbsee

    A command line tool for database operations over JDBC

    Jdbsee CLI supports running SQL queries from command line in batch or interactive mode. Database connection settings and related credentials can be persisted for later reuse. The JDBC drivers can be automatically downloaded from maven central repo or loaded from local jars. For more info see https://github.com/davidecavestro/jdbsee/blob/master/docs/index.adoc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10

    DynDBLayer

    A thin jdbc wrapper

    A thin jdbc wrapper, a database wrapper or "dbwrapper". See the wiki, the unit tests and the source code for more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Voldemort

    Voldemort

    A distributed key-value storage system

    Voldemort is a distributed database that’s an open source clone of Amazon’s Dynamo. It automatically replicates data over multiple servers, and automatically partitions them as well so each server only contains a subset of the total data. It offers many other features such as pluggable serialization support, data item versioning and an SSD Optimized Read Write storage engine. Voldemort is not a relational database or an object database. It is essentially a big, distributed, persistent,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bolt

    Bolt

    An embedded key/value database for Go

    Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. Bolt is stable, the API is fixed, and the file format is fixed. Full unit test coverage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Framework to develop web-enabled enterprise applications with PHP5. Includes services for manage users with different autorization levels, customers, suppliers projects, and PDF or CSV reports. The API is oriented for the easy programing of new modules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Project Apollo seeks to provide a Java based web application development framework. The framework is not a RAD tool, but a set of tools and design patterns which can be used to build a properly designed and robust application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    JoinFinder

    Help to find join between two table on MS SQL

    JoinFinder is a useful tool that helps you to find join between two tables by foreign keys defined into tables or by a brute-force method. It is a Java8 project and it uses jna library for autocompletition feature. At the moment JoinFinder is in Italian and supports only MS SQL server, but I hope to add soon other DB support and English translation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    HBase Data Browser

    A simple GUI interface to HBase Database

    HBase Manager provides a simple GU Interface to interact with HBase Database. With HBM we can do all the basic actions like Table Create/Alter/Drop/Truncate and Data Modifications like Insert/Delete/Update. The Scan Operation can be fully customized with Filters and custom scan range also. *Current build supports HBase 1.2 with Java 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Jena is Java toolkit for developing semantic web applications based on W3C recommendations for RDF and OWL. It provides an RDF API; ARP, an RDF parser; SPARQL, the W3C RDF query language; an OWL API; and rule-based inference for RDFS and OWL. Jena is now an Apache project: http://jena.apache.org/
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    Noora
    NoOra is a database deployment tool which can be used to automate the database deployment cycle and is designed for agile and or devops teams. The supported database platforms are Oracle and Mysql. The support for Postgresql is work in progress. Feedback is more then welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DatacenterManager

    DatacenterManager

    UNIX Performance Monitoring / Trend Analysis Java Software

    Remotely Inventory and Poll UNIX servers in seconds. (without installing extra software on your servers, just by SSH communication plain old UNIX commands). Your entire datacenter can be automatically inventoried by supplying hostname, username & password for each server, either “one by one” or via an automated CSV host-list import file. This software goes great with other UNIX software like WinSCP and Putty etc !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JabRef

    JabRef

    JabRef is a graphical application for managing bibliographical data

    JabRef is a graphical application for managing bibliographical databases. JabRef is designed specifically for BibTeX bases, but can import and export many other bibliographic formats. JabRef runs on all platforms and requires Java 1.8 or newer.
    Downloads: 80 This Week
    Last Update:
    See Project
  • 21

    webmongo

    Accessing server-side mongodb through client javascript API.

    Accessing server-side mongodb through client javascript API. This project is a branch of dbcloud You can do almost invoke on mongodb through the javascript API in browser. The client javascript api support IE6.0+ Chrome FireFox and Wechat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    CrNiCKL

    CrNiCKL (chronicle) is a Java database for time series

    CrNiCKL (pronounced "chronicle") is a data manager written in Java handling large sets of heterogeneous time series. A simple schema system allows to confiture value types and time domains. CrNiCKL runs on top of SQL or NoSQL databases. Drivers for JDBC and MongoDB are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An easy-to-use tool, to foster a model driven architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wandora
    Wandora is a general purpose information extraction, management, and publishing environment based on Topic Maps and Java. Wandora has several data storage options, rich data extraction, import and export capabilities and embedded server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.