[ Blog ] Remove #Ceph #datastore from #Proxmox

To remove Ceph datastore from Proxmox several steps are involved, especially if you want to completely clear Ceph from your system.
Before proceeding, keep in mind that this process will permanently delete all data stored on the Ceph datastore. Make sure to have a working backup of any critical data before proceeding.
 
Migrate VM disks off http://rviv.ly/9WJn4b

Ахиллесова пята SharedPreferences и стоит ли внедрять Datastore как альтернативу

Проблему SharedPreferences можно описать несколькими словами: ANR, блокировка перехода между экранами, явное нарушение стрик мода в Android SDK по работе в главном потоке. В чем проблема с SharedPreferences и решит ли ее Datastore - узнаем в этой статье. Узнать подробности

https://habr.com/ru/companies/alfa/articles/991556/

#SharedPreferences #Datastore #ANR

Ахиллесова пята SharedPreferences и стоит ли внедрять Datastore как альтернативу

В этой статье я расскажу то, о чём не спрашивают на собесeдованиях и не рассказывают на курсах по Android-разработке — о неявной особенности Android, которая влияет на деградацию производительности и...

Хабр

olu 0.9.0 RELEASED

olu is a JSON document store with automatic graph relationships.

Repo:
https://github.com/ha1tch/olu

Manual
https://github.com/ha1tch/olu/blob/main/MANUAL.md

Release binaries:
https://github.com/ha1tch/olu/releases/tag/v0.9.0

Use cases:

  • Rapid prototyping
  • Small to medium CRUD APIs
  • IoT asset/device management
  • Multi-tenant SaaS backends
  • Content management systems
  • Configuration stores with relationships
  • Graph analysis and traversal

Features

  • REST API: Full CRUD, filtering, pagination, field projection, REF embedding
  • OQL: (sql-like subset) — SELECT, INSERT, UPDATE, DELETE, WHERE, ORDER BY, TOP, GROUP BY, aggregates (COUNT, SUM, AVG, MIN, MAX)
  • Sulpher: Cypher-like graph queries — MATCH patterns, shortest path, common neighbours, incoming/outgoing traversal, cycle detection, node degree

New in 0.9.0:

  • SQLite + FTS5 full-text search
  • REF field embedding with configurable depth
  • Graph cycle detection (warn/error/ignore)
  • JWT/API key authentication
  • Rate limiting with per-key quotas
  • Prometheus metrics
  • Multi-tenant isolation (path or strict mode)
  • Docker Compose profiles for dev/test/prod

250+ unit tests, stress tests with race detector, 17 Docker integration tests. Redis cache at 36K ops/sec.

#olu #database #json #golang #foss #datastore #graph #graphdb #REST

GitHub - ha1tch/olu: A graph-enhanced REST prototyping document store

A graph-enhanced REST prototyping document store. Contribute to ha1tch/olu development by creating an account on GitHub.

GitHub

Một lập trình viên vừa phát triển DataStore4J, một key-value datastore hiệu năng cao viết hoàn toàn bằng Java, lấy cảm hứng từ LevelDB của Google. Hiệu suất tương đương LevelDB. Dự án này giúp học hỏi về internals của database, concurrency của Java, JMH để benchmark và Jimfs để test.

#java #database #datastore #leveldb #lập_trình #cơ_sở_dữ_liệu

https://www.reddit.com/r/programming/comments/1nhdu6k/built_a_highperformance_keyvalue_datastore_in/

Hey @snarfed.org, thanks a lot for your work. Can you tell me what is the reason that you use an #google #datastore for https://fed.brid.gy/ instead of an regular database? Makes the auto deployment a bit harder. Actually I'm not used to data stores and when to use them so it's really just a question out of interest. ATM in the process of implementing your solution to #InfinitoNexus, https://infinito.nexus
WIP Code: https://s.infinito.nexus/bridgyfedcode,
Bridgy Fed

Bridgy Fed is a bridge between decentralized social networks like the fediverse, Bluesky, and web sites and blogs.

La Région bruxelloise dévoile son nouveau portail #opendata #belgique
https://www.archimag.com/univers-data/2025/08/04/region-bruxelloise-devoile-nouveau-portail-open-data
#Datastore existe depuis 2020 5 ans plus tard il fait peau neuve pour améliorer la lisibilité des données publiques produites Refonte du visualiseur #cartographie pour afficher toutes les données géospatiales ouvertes disponibles sur la plateforme Y figurent notamment les jeux de données de #Bruxelles #Environnement, de Perspective.brussels et d’autres organismes publics régionaux
La Région bruxelloise dévoile son nouveau portail open data

Datastore propose notamment  une carte interactive totalement repensée permettant d’explorer l’ensemble des données géospatiales ouvertes disponibles.

Archimag
@mmguero the only minor quibble i have is if you upgrade you have to reinstall - overall it works great #deps #datastore #reproducible builds #arkime

And now the compiler is shouting at me that it cannot find a reference on this line: `import androidx.datastore.preferences.core.edit`, and all I did was to update DataStore from 1.1.4 to 1.1.5.

Phew... going back down to 1.1.4 did help.

I cannot see anything in the release notes for 1.1.5 (or 1.1.4) that would explain that.

#BuildInPublic #Android #DataStore

DuckDB: Embeddable database, like sqlite, but columnar so better for certain kinds of repetitive data
https://duckdb.org/
#timeseries #datastore #database #parquet #sqlite #db #+
An in-process SQL OLAP database management system

DuckDB is an in-process SQL OLAP database management system. Simple, feature-rich, fast & open source.

DuckDB