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
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.
PeristenteDaten is an object oriented database interface for the programming language java. It makes it possible to persistently save, load and update objects in a database without knowledge about jdbc and SQL.
An object to relational database mapping framework, using the new JDK1.5 annotations, that fully manages the database. The programmers that are going to use this ORM should not even be concerned with the physical relational database.
JOSAST ( Java Open Source Amateur Satellite Toolkit) is a set of java source code used for amateur satellite, hamradio and also astronomia activities ...
Reusable package and complete software should be available.
STORM is Simple Tabula ObjectRelationalMapping. It is an attempt at building a different ORM that solves some of the issues of the current solutions.
It works with groovy or java classes.
A lightweight ORM and SQL schema generator meant as a simpler alternative to Hibernate, etc. with the goal of bringing Rails-like functionality and rapid development to Java. Operates on plain Java classes.
Another Java-database mapper (bean to table or to query), but you use SQL directly (no query language), no complex XML mapping, and automation of JDBC routines. It contains 3 functions: 1. readwrite mapping 2. query mapping 3. DDL generator