Giter Club home page Giter Club logo

Comments (2)

sergiodl avatar sergiodl commented on July 3, 2024

Hello everybody,

Do we still have interested in implementing support for other databases in Hyperfox?
I think ql could be a good options, because, as far as I know, it does not depends on any native code.

The other options (linke goleveldb and boltdb) are still good, but the use a different data representation paradigm (they are nosql databases, while hyperfox is currently based on a sql database), so we would need to rethink the way hyperfox stores and queries its data.

from hyperfox.

xiam avatar xiam commented on July 3, 2024

Hey @sergiodl,

I still think it would be great to have support for other databases and while I think QL could be an option it has a downside: QL lacks third-party graphical user interfaces and the command line tool ql is not that easy to use.

QL is easier to use and to cross compile and I am more a command-line person, but I am also aware that lots of people prefer using graphical tools. SQLite is old and there are tons of graphical interfaces for it.

So, I actually don't have any strong feelings on whether we save data to a SQL or NoSQL database, we can rethink and rewrite that as you say, I think it would be more useful to focus on the accessibility for our end-users, that's why I listed the sets of features I would like to find in a database.

Must be embedded, so it does not require any additional servers or programs to run.
Must offer search and indexing capabilities.
Must work fine with big blobs of binary data.
Should accept date and time range queries.
Should provide command line or visual interfaces for managing database files.

QL would be perfect if the command line tool was not that awkward or if we had a graphical interface for users who prefer them over the command line.

from hyperfox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.