Exposed
MapDB
Our great sponsors
Exposed | MapDB | |
---|---|---|
9 | 2 | |
6,219 | 4,511 | |
2.6% | - | |
9.1 | 0.0 | |
6 days ago | 6 months ago | |
Kotlin | Java | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Exposed
- Kotlin and Hibernate/JPA Entities
-
Could I create a blogging platform with ktor? (For learning purposes)
I used exposed to access a database https://github.com/JetBrains/Exposed. You can use sqlite for the easiest setup.
-
Asking for advice (Mariadb, REST API, Android)
Making a (Kotlin) android app here (personal project), it should be communicating with a database on my server. I went with Mariadb, chose the Exposed (https://github.com/JetBrains/Exposed) to go with that. It needs this JDBC whatever thing, and while I got it working on an older version, it seems to be very clunky on Android, newest versions simply do not work on android.
-
Ask HN: Is Ktor a good back end framework to learn?
A bit late but I use this which is a wrapper over JDBC: https://github.com/JetBrains/Exposed
- Usando a Biblioteca Exposed
-
Simple JBDC wrapper I made
And sorry to rain on your parade but; keep in mind that something similar already exists: Exposed. And it's rather unlikely someone would use yours over something like what you made that has no OS license, no community and no tests.
- What's your go-to web backend stack for 2021 ?
-
What are your concerns and pet peeves about Kotlin so far?
Have you tried Exposed?
-
I wrote a new programming language that compiles to SQL
A similar project exist for Kotlin, also compiling to SQL. Maybe it can give inspiration :)
MapDB
-
Ask HN: What are the best key-value self-hosted storage engines?
In Java I like
It is more feature rich than you want but in Python I'd probably just use sqlite3 since it is in the standard library.
-
Solution for hash-map with >100M values
I have had good results with mapdb
What are some alternatives?
Ktorm - A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
Chronicle Map - Replicate your Key Value Store across your network, with consistency, persistance and performance.
SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL
H2 - H2 is an embeddable RDBMS written in Java.
requery - requery - modern SQL based query & persistence for Java / Kotlin / Android
kwery - Kwery is an SQL library for Kotlin
Redisson - Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
JetBrains Xodus - Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
kotliquery - A handy Database access library in Kotlin
DBFlow - A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
Jedis - Redis Java client designed for performance and ease of use.
kotlin-jpa-specification-dsl - This library provides a fluent DSL for querying spring data JPA repositories using spring data Specifications (i.e. the JPA Criteria API), without boilerplate code or a generated metamodel.