A fast No-SQL in-memory Database with simple query language and isn't a toy at all.
by Cesar Andres Arcila
OnMind-XDB is written in Kotlin language (+http4k) and it's derived from OnMind project, a platform that was prepared for 7 years (2015-2021) and created by Cesar Andres Arcila.
This also use an embedded database (H2) that run SQL internally in-memory for queries but sentences are finally using key-value store. This is possible thanks to their meta-model (archetypes), according to OnMind Method.
Just this code, AS IS, is under Apache 2.0 License (Open Source).
It's portable, just uncompress...
To install the software just uncompress the .zip
file on a folder, by example, called onmind
To run the software just open the file onmind-xdb.exe
for Windows, or onmind-xdb-mac
for macOS, or onmind-xdb
for Linux. You can create an direct access icon.
The first time you launch the software, it requires give permisions when Windows asking you and it create another folder in user home directory for the database (or data) that is called: onmind\xy
The window application is hidden as a service and can be searched for in the taskbar under hidden icons.
Check
LICENSE.md
file
Enjoy it!
Es portable, basta con descomprimir...
Para instalar el software basta con descomprimir el archivo .zip
en una carpeta, por ejemplo, llamada onmind
Para ejecutar el software basta con abrir el archivo onmind-xdb.exe
para Windows, o onmind-xdb-mac
para macOS, o onmind-xdb
para Linux. Puedes crear un icono de acceso directo.
La primera vez que inicie el software, se requiere dar permisos cuando Windows le pregunta y se crea otra carpeta en el directorio de inicio del usuario para la base de datos (o datos) que se llama: onmind\xy
La ventana de la aplicación se oculta como un servicio y puede buscarse en la barra de tareas dentro de los iconos ocultos.
Revisa el archivo
LICENSE.md
¡Que lo disfrutes!
https://onmind.co
Previous Update: 30-11-2021
Last Update: 20-08-2022