Adminer
ClickHouse
Adminer | ClickHouse | |
---|---|---|
53 | 218 | |
6,194 | 36,676 | |
- | 2.7% | |
0.0 | 10.0 | |
4 months ago | 3 days ago | |
PHP | C++ | |
Apache License 2.0 | Apache License 2.0 |
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.
Adminer
-
Shopware dev productivity and plugin validation
Use adminer (or the SQL CLI) to verify tables and database entries. In a dockware default development setup: http://localhost//adminer.php (Server: 127.0.0.1, not localhost; database: shopware; initial login: root:root).
- Adminer: Database management in a single PHP file
- DBeaver – open-source Database client
-
Ask HN: What Underrated Open Source Project Deserves More Recognition?
Heh, what a name for a DB explorer ("Adminer - Database management in a single PHP file"; Apache 2 or GPLv2 https://github.com/vrana/adminer/blob/v4.8.1/readme.txt#L7 )
- SQLite-Web: Web-based SQLite database browser written in Python
-
Microsoft sqlsrv.so Extension for MS SQL - need ODBC ?
Web Station test using PHP and Adminer via the 'ancient' unsupported pdo_dblib confirmed SQL Server is working, however I need to write code using the sqlsrv extension.
-
mySQL Backup Script without mysqldump
Or, more PHP now, do you have phpmyadmin or can run adminer - single file?
-
Adminer VS laravel-adminer - a user suggested alternative
2 projects | 15 Jul 2023
-
Notes app that is a simple PHP
Nothing stops you from compiling everything into one file. Adminer does it.
-
Looking for Remote Database manager
Another solution I use often is Adminer, it is a single PHP file, working over web server and accessible from anywhere
ClickHouse
-
How we Built 300μs Typo Correction for 1.3M Words in Rust
We chose ClickHouse to store the dictionary as we ran into deadlock and performance issues with Postgres writes as we scaled the number of workers. ClickHouse's async inserts are fantastic for this task and allowed us to ingest the entire 38M+ document dataset in < 1hr.
- ClickHouse: New JSON data type and semistructured columns
-
Garage: Open-Source Distributed Object Storage
Minio is fairly easy to setup locally or in CI.
We use it for CI in ClickHouse, for example: https://github.com/ClickHouse/ClickHouse/blob/master/docker/...
-
If you're using Polyfill.io code on your site – like 100k are – remove it
PS. If you want to know about this dataset, check https://github.com/ClickHouse/ClickHouse/issues/18842
-
A brief introduction to interval arithmetic
This is a good article!
In ClickHouse, interval arithmetic is applied to index analysis. A sparse index consists of granules, and each granule is an interval of tuples in lexicographic order. This interval is decomposed into a union of hyperrectangles. Conditions such as comparisons, logic operators, and many other functions are evaluated on these hyperrectangles, yielding boolean intervals. Boolean intervals represent ternary logic (always true, always false, can be true or false). Interesting tricks include: applying functions that are monotonic on ranges (for example, the function "day of month" is monotonic as long as the month does not change), calculating function preimages on intervals, and even calculating preimages of n-ary functions, which is useful for space-filling curves, such as Morton or Hilbert curves.
Check for more details: https://github.com/ClickHouse/ClickHouse/blob/master/src/Sto...
Or see examples, such as https://adsb.exposed/
-
Round Rects Are Everywhere
Round rectangles can look not round enough on low-DPI displays, and the colors can also be wrong due to incorrect averaging in non-linear color space. Example: https://github.com/ClickHouse/ClickHouse/pull/33453#issuecom...
It is similar to how subtle gradients look striped and dirty on many websites if displayed with only 24-bit color: https://github.com/cockroachdb/cockroach/issues/91316
-
Ask HN: Why don't many platform data products offer self hosted?
I would recommend to look at ClickHouse[0] which is Apache-License and is completely open-source. You can self-host it and it is one of the fastest growing OLAP database. It has good integrations with BI tools and it can be used for wide varieties of use cases. It is widely adopted[1]. I would recommend you to give it a try and validate it for your use-case.
I work for ClickHouse and available for any queries or help you need.
[0]: https://clickhouse.com/
-
Universal Data Migration: Using Slingdata to Transfer Data Between Databases
ClickHouse installed and running.
-
Simplified API Creation and Management: ClickHouse to APISIX Integration Without Code
In the world of data management and web services, creating and managing APIs can often be a complex and time-consuming task. However, with the right tools, this process can be significantly simplified. In this article, we will explore how to create APIs for fetching data from ClickHouse tables without writing any code and manage these APIs using APISIX. ClickHouse, a fast and open-source columnar database management system, provides an HTTP interface by default, enabling easy access to data. By integrating this with APISIX, an open-source API gateway, we can not only manage and log our APIs but also leverage a host of features provided by APISIX to enhance our API management capabilities.
-
The new APT 3.0 solver
I've made a library named "glibc-compatibility": https://github.com/ClickHouse/ClickHouse/tree/master/base/gl...
When linking with this library, the resulting binary will not depend on the new symbol versions. It will run on glibc 2.4 and on systems as old as Ubuntu 8.04 and CentOS 5 even when built on the most modern system.
What are some alternatives?
phpMyAdmin - A web interface for MySQL and MariaDB
loki - Like Prometheus, but for logs.
cloudbeaver - Cloud Database Manager
DuckDB - DuckDB is an analytical in-process SQL database management system
phpRedisAdmin - Simple web interface to manage Redis databases.
Trino - Official repository of Trino, the distributed SQL query engine for big data, former
phpPgAdmin - the premier web-based administration tool for postgresql
VictoriaMetrics - VictoriaMetrics: fast, cost-effective monitoring solution and time series database
PostgreSQL - Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
TimescaleDB - An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
october - Self-hosted CMS platform based on the Laravel PHP Framework.
RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.