Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Metabase | 32,591 | 5 hours ago | 1 | June 08, 2022 | 3,038 | other | Clojure | |||
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: | ||||||||||
Dbeaver | 32,233 | 6 hours ago | 1,743 | apache-2.0 | Java | |||||
Free universal database tool and SQL client | ||||||||||
Redash | 23,228 | 2 days ago | 2 | May 05, 2020 | 789 | bsd-2-clause | Python | |||
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data. | ||||||||||
Directus | 21,737 | 50 | 5 hours ago | 55 | September 22, 2022 | 221 | other | TypeScript | ||
The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database. | ||||||||||
Postgrest | 20,588 | 4 | 4 days ago | 37 | July 12, 2022 | 207 | mit | Haskell | ||
REST API for any Postgres database | ||||||||||
Shardingsphere | 18,455 | 8 | 5 hours ago | 7 | June 04, 2020 | 657 | apache-2.0 | Java | ||
Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more | ||||||||||
Knex | 17,614 | 18,096 | 2,788 | a day ago | 248 | August 31, 2022 | 830 | mit | JavaScript | |
A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use. | ||||||||||
Cube | 15,639 | 9 hours ago | 757 | other | Rust | |||||
📊 Cube — The Semantic Layer for Building Data Applications | ||||||||||
Apijson | 15,348 | 5 days ago | 217 | other | Java | |||||
🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code. | ||||||||||
Timescaledb | 15,030 | 5 hours ago | 535 | other | C | |||||
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. |
Use SQL to query infrastructure including users, groups, applications and more from Azure Active Directory.
Documentation: Table definitions & examples
Community: Slack Channel
Get involved: Issues
Install the plugin with Steampipe:
steampipe plugin install azuread
Run a query:
select display_name, user_principal_name, user_type from azuread_user;
Prerequisites:
Clone:
git clone https://github.com/turbot/steampipe-plugin-azuread.git
cd steampipe-plugin-azuread
Build, which automatically installs the new version to your ~/.steampipe/plugins
directory:
make
Configure the plugin:
cp config/* ~/.steampipe/config
vi ~/.steampipe/config/azuread.spc
Try it!
steampipe query
> .inspect azuread
Further reading:
Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.
help wanted
issues: