awesome-foss / awesome-sysadmin

A curated list of amazingly awesome open-source sysadmin resources.
Other
24.52k stars 1.42k forks source link

new database and database visualization #408

Closed G2G2G2G closed 1 year ago

G2G2G2G commented 1 year ago

new database system: https://github.com/surrealdb/surrealdb

database visualization.. there's no category for this not sure what to call it other than visualization https://github.com/azimuttapp/azimutt he calls it "ERD" Entity Relationship diagram

nodiscc commented 1 year ago

SurrealDB reduces the development time of modern applications by simplifying your database and API stack, removing the need for most server-side components, allowing you to build secure, performant apps quicker and cheaper.

It's a development tool, this list only lists sysadmin/ops/SRE tools.

This is the reason why there is no section for it.

G2G2G2G commented 1 year ago

Have you read your readme here? You have postgresql here.. surrealdb is another database engine.

PostgreSQL - Object-relational database management system (ORDBMS).

If you don't want databases here, don't add other databases. You also have several others.

nodiscc commented 1 year ago

Ok, let's add it to https://github.com/awesome-foss/awesome-sysadmin#rdbms

G2G2G2G commented 1 year ago

I'll make a PR but if we want to move database systems to the selfhosted (as technically they are closer to that) the viewers can stay here as that is more management or is that worse?

nodiscc commented 1 year ago

if we want to move database systems

Database engines are now delegated to https://dbdb.io/ (https://github.com/awesome-foss/awesome-sysadmin/pull/437)

the viewers can stay here

Indeed, we should add a section "Database Management Tools", I've listed Adminer as a candidate https://github.com/awesome-foss/awesome-sysadmin/issues/444

I don't think https://github.com/azimuttapp/azimutt should be added, as it is geared towards database design/development, which is IMHO outside the scope of this list.

Closing since nothing remains to do here.