El mar., 19 feb. 2019 a las 13:40, Offray Vladimir Luna Cárdenas (<offray.luna@mutabit.com>) escribió:
For alternatives to Firebase I have been starting to look at [3] and [4]. I would really love to see a Pharo client to any of such alternatives as I would like to have real time collaboration on Grafoscopio based notebooks.
[1] http://demo.codimd.org/ [2] https://mutabit.com/repos.fossil/datafem/ [3]
https://www.quora.com/Whats-the-closest-open-source-alternative-to-Firebase-... [4] https://alternativeto.net/software/firebase/?license=opensource
These takes the "old" Firebase approach of a pure JS client (or Android/iOS with SDK). In general I don't like the "Firebase" approach of a huge JSON tree as your database, nor how it merges changes (PATCH/PUT). Firestore [1] seems to orient everything to a Collection based NoSQL approach (ala MongoDB). I want something I can access from Pharo, at least via a REST API. Although I'm biased to choose RDBMS (and SQL). Regards! Esteban A. Maringolo