gcp-storage-emulator VS elodie

Compare gcp-storage-emulator vs elodie and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
gcp-storage-emulator elodie
1 8
131 1,219
- -
4.4 2.8
3 months ago 24 days ago
Python Python
BSD 3-clause "New" or "Revised" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

gcp-storage-emulator

Posts with mentions or reviews of gcp-storage-emulator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-07.
  • Year old indie mobile app: what worked for the long haul
    2 projects | news.ycombinator.com | 7 Jan 2023
    What do you mean with running App Engine locally? There used to be a local development server, but that did not survive the 2to3 transition. GCP does ship a datastore and a pubsub emulator, but no Cloud Storage for example (someone wrote this one [1], which sort-of works but it does not behave 1:1 like GCS, so ironically my tests have to work around bugs in the emulator...).

    [1] https://github.com/oittaa/gcp-storage-emulator

elodie

Posts with mentions or reviews of elodie. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • Help! Advice to organise one giant folder of photos in to subdirectories by date...
    3 projects | /r/DataHoarder | 6 Mar 2023
    elodie can do this and is very configurable.
  • Usage outside photos database
    2 projects | /r/osxphotos | 4 Mar 2023
    It's not currently possible to use osxphotos with photos outside of the Photos.app nor is this a use case I plan to support. osxphotos is very tightly coupled to Photos.app. However, there are other apps that may help. For example elodie is another command line tool that automatically files photos using a customizable naming scheme. I'm the author of osxphotos and I have a similar app, autofile that, like elodie, can automatically file photos (and other file types) based on a customizable template (using the same template language as osxphotos). Unfortunately autofile currently only runs on MacOS but I am working on a re-write that will allow it to run on Windows and Linux. For your use case I think elodie is probably the best option at the moment.
  • Year old indie mobile app: what worked for the long haul
    2 projects | news.ycombinator.com | 7 Jan 2023
    I have an 8 year old app that reminds me a lot of this article.

    Something that's worked really well for me was that I created a plugin feature and most new features are actually plugins. This lets me add capabilities without touching or adding logic to the core code.

    Last night I added SQLite support as a plugin. 2 code files and one is unit tests. https://github.com/jmathai/elodie/pull/443/files

    I don't know if this is the best approach but it's worked better than others in my 20+ years of writing software.

  • My Cloud Storage Crisis
    1 project | news.ycombinator.com | 26 Oct 2022
    I stopped using Google Photos in favor of Synology Photos which comes pretty close in terms of functionality and polish.

    Google Photos is excellent.

    Synology Photos is really good. And this seems to be a worthwhile tradeoff for me.

    Disclaimer: I founded 2 photo startups and have documented the solution I've finally landed on and have been using/evolving for 7 years now.

    1. https://github.com/jmathai/elodie

    2. https://medium.com/@jmathai/understanding-my-need-for-an-aut...

    3. https://medium.com/@jmathai/introducing-elodie-your-personal...

    4. https://medium.com/@jmathai/my-automated-photo-workflow-usin...

    5. https://medium.com/@jmathai/one-year-of-using-an-automated-p...

  • Ask HN: What's your approach to personal data archiving and backups?
    2 projects | news.ycombinator.com | 13 Sep 2021
    I wrote this tool to normalize folder and file names <https://github.com/jmathai/elodie>.

    I wrote about the rest of the system in the following posts.

    1. https://medium.com/@jmathai/introducing-elodie-your-personal...

    2. https://medium.com/@jmathai/understanding-my-need-for-an-aut...

    3. https://medium.com/@jmathai/my-automated-photo-workflow-usin...

    4. https://medium.com/@jmathai/one-year-of-using-an-automated-p...

  • Rename Photo's based on EXIF data on time/date taken
    1 project | /r/synology | 19 Jan 2021
    Check out https://github.com/jmathai/elodie
  • Years of Photos &amp; Videos. Help &amp; Advice.
    2 projects | /r/selfhosted | 19 Jan 2021
    Elodie - cli; automatically organizes based on exif data
  • Ask HN: How/Where do you store/backup your photos safely?
    1 project | news.ycombinator.com | 13 Jan 2021
    I've been using this fully automated system for the last 5 years.

    I store my photo archive on a Synology NAS at home which Syncs to Dropbox and uploads a copy of each photo to Google Photos for browsing and sharing. I'm hoping to switch to Backblaze, from Dropbox, once Synology Photos is available and drop Google Photos as well.

    I've documented the entire process and include source code on Github.

    Auto organize based on EXIF: https://github.com/jmathai/elodie

    Series of posts on Medium: