connectordb v0.4.0-alpha.1 Release Notes

Release Date: 2020-02-29 // about 4 years ago
  • The first heedy alpha. There will be rough edges, and some things might be quite buggy. However, it will give you an idea of where this project is going. After downloading the executable for your platform, run it:

    chmod +x ./heedy
    ./heedy
    

    You can then go to https://localhost:1324, where you can set up your database.

    🔌 To get the full experience, install the plugins, since Heedy doesn't come with much built-in functionality:

    • 🚀 fitbit - sync fitbit with heedy
    • 🚀 notebook - use jupyter notebooks within heedy

    🔌 Make sure you have Python >=3.7 installed, and in PATH, since both plugins require it!

    🛠 Much of heedy is currently undocumented, so the next push will be towards bugfixes, documentation, and further integrations.

    🚀 Alpha releases make no guarantee of upgradeability


Previous changes from v0.3.0

  • 🚀 ConnectorDB 0.3's development came with a lot of lessons about what is really needed for such a system. These lessons unfortunately require a total redesign. 0.3 is therefore the final CDB version before a ground-up rewrite. This rewrite is expected to take well over a year, so this release is the official version until then.