Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oracle/free

Free Oracle technologies for Developers
https://github.com/oracle/free

Last synced: about 2 months ago
JSON representation

Free Oracle technologies for Developers

Awesome Lists containing this project

README

        

# Free Oracle technologies for Developers

Oracle offers many free technologies to developers as part of its comprehensive product portfolio which are not always easy to find. This page provides you with a one-stop-shop list of all of them. And the best part, **you can help as well!** If you find a technology that is missing in this list or spot a mistake, please read the [Contributing Guide](CONTRIBUTING.md) and submit a [Pull Request](https://github.com/oracle/free/pulls).

Also, if you are looking for a list of all the open source projects that Oracle contributes to, check out [opensource.oracle.com](https://opensource.oracle.com).

And make sure you also head over to [developer.oracle.com/free](https://developer.oracle.com/free) for additional great free developer resources from Oracle.

Table of Contents
=================

* [Cloud](#cloud)
* [Container Platform](#container-platform)
* [Databases](#databases)
* [Database Tools](#database-tools)
* [Graph](#graph)
* [In-Memory](#in-memory)
* [Java](#java)
* [JavaScript](#javascript)
* [Linux](#linux)
* [Machine Learning](#machine-learning)
* [Python](#python)
* [Ruby](#ruby)
* [Serverless](#serverless)
* [Source Code Management](#source-code-management)
* [Virtualization](#virtualization)

## Cloud
* [Oracle Cloud Always Free Tier](https://www.oracle.com/cloud/free/)
* Compute
* Compute - 2 AMD based Compute VMs with 1/8 OCPU and 1 GB memory each
* Compute - 4 Arm-based Ampere A1 cores and 24 GB of memory usable as one VM or up to 4 VMs
* Content Management
* Content Management Starter Edition - 5000 assets per month
* Databases
* Autonomous Database - 2 DBs, 20 GB each
* NoSQL Database with 133 million reads per month, 133 million writes per month, 25 GB storage per table, up to 3 tables
* Network
* Flexible Load Balancer - 1 instance, 10 Mbps
* Flexible Network Load Balancer
* Outbound Data Transfer - 10 TB per month
* Bastion service - 5 Bastions
* Site-to-Site VPN - 50 IPSec connections
* VCN Flow Logs - 10 GB per month (shared with Logging)
* Virtual Cloud Networks (VCN) - maximum of 2 VCNs, includes IPv4 and IPv6 support
* Management
* Monitoring - 500 million ingestion datapoints, 1 billion retrieval datapoints
* Notifications - 1 million sent through https per month, 1000 sent through email per month
* Observability - Application Performance Monitoring, 1000 tracing events per hour and 10 Synthetic runs per hour
* Resource Manager - managed Terraform
* Logging - 10 GB per month (shared with VCN Flow Logs)
* Service Connector Hub - 2 service connectors
* Storage
* Archive Storage - 10 GB
* Block Volume - 2 volumes, 200 GB total
* Object Storage Standard - 10 GB
* Object Storage Infrequent Access - 10 GB
* Other
* Email Delivery - 3,000 emails sent per day
* 5 Private CA and 150 private TLS certificates

* Full, detailed list - https://www.oracle.com/cloud/free/
* Service Availability per region - https://www.oracle.com/cloud/data-regions/

## Container Platform
* [Verrazzano](https://verrazzano.io/) - A hybrid multi-cloud Enterprise Container Platform

## Databases
* [MySQL Community Server](https://dev.mysql.com/) - the world's most popular open-source database
* [NoSQL Database Community Edition](https://www.oracle.com/database/technologies/related/nosql.html) - for low latency, flexible data models and elastic scale
* [Oracle Database Express Edition](https://www.oracle.com/database/technologies/appdev/xe.html) - the ideal way to get started with Oracle Database
* [Oracle Database Free](https://www.oracle.com/database/free/) - access to the newest features of the next-generation Oracle Database
* [Oracle TimesTen In-Memory Database Express Edition](https://www.oracle.com/database/technologies/related/timesten-xe.html) - the fastest OLTP database

## Database Tools
* [Application Express (APEX)](https://apex.oracle.com/) - a low-code development platform
* [Developer Tools for Visual Studio](https://www.oracle.com/database/technologies/developer-tools/visual-studio/) - tightly integrated Oracle Database tools "Add-in"
* [Developer Tools for VS Code](https://www.oracle.com/database/technologies/appdev/dotnet/odtvscodequickstart.html) - tools for editing and executing SQL and PL/SQL in Oracle Database
* [MySQL Workbench](https://mysqlworkbench.org/) - cross-platform, visual database design tool for MySQL
* [REST Data Services (ORDS)](https://www.oracle.com/database/technologies/appdev/rest.html) - bridges HTTPS and your Oracle Database
* [SQLcl](https://www.oracle.com/database/technologies/appdev/sqlcl.html) - command line interface for Oracle Database
* [SQL Developer](https://www.oracle.com/database/technologies/appdev/sqldeveloper-landing.html) - integrated development and management environment for Oracle Database
* [SQL Developer Data Modeler](https://www.oracle.com/database/technologies/appdev/datamodeler.html) - graphical tool that enhances productivity and simplifies data modeling tasks

## Graph
* [PGQL](https://pgql-lang.org/) - Property Graph Query Language

## In-Memory
* [Coherence Community Edition](https://coherence.community/) - in-memory data grid
* [Oracle TimesTen In-Memory Database Express Edition](https://www.oracle.com/database/technologies/related/timesten-xe.html) - the fastest OLTP database

## Java
* [GraalVM](https://www.graalvm.org/) - High Performance JDK with JIT and AOT compilation
* [Helidon](https://helidon.io) - a set of Java libraries for writing microservices
* [Java](https://www.oracle.com/java/technologies/) - the Language of Possibilities
* [VisualVM](https://visualvm.github.io/) - All-in-One Java Troubleshooting Tool

## JavaScript
* [JavaScript Extension Toolkit (JET)](https://oracle.com/jet) - collection of open source JavaScript libraries
* [GraalJS](https://www.graalvm.org/javascript/) - Run JavaScript applications faster and more efficiently on GraalVM

## Linux
* [Oracle Linux](https://yum.oracle.com/index.html) - 100% application binary compatible with Red Hat Enterprise Linux

## Machine Learning
* [Skater](https://oracle.github.io/Skater/) - Unified framework to enable ML Model Interpretation
* [Tribuo](https://tribuo.org/) - Machine learning library written in Java

## Python
* [GraalPy](https://www.graalvm.org/python/) - High-Performance Python runtime powered by GraalVM

## Ruby
* [TruffleRuby](https://www.graalvm.org/ruby/) - Run Ruby applications faster and more efficiently on GraalVM

## Serverless
* [Fn Project](https://fnproject.io/) - open source container-native serverless platform

## Source Code Management
* [OpenGrok](https://oracle.github.io/opengrok/) - source code search and cross reference engine

## Virtualization
* [VirtualBox](https://www.virtualbox.org/) - powerful x86 and AMD64/Intel64 virtualization product

## Contributing

This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)

## Security

Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process

## License

Copyright (c) 2023, 2024 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at
.