All Projects → apache → incubator-sentry

apache / incubator-sentry

Licence: Apache-2.0 license
Mirror of Apache Sentry

Programming Languages

java
68154 projects - #9 most used programming language
Thrift
134 projects
shell
77523 projects
XSLT
1337 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to incubator-sentry

react-native-template
An opinionated template to bootstrap your next React Native app with all the time-wasting packages you need to have.
Stars: ✭ 132 (+277.14%)
Mutual labels:  sentry
send-test-info
Attach unit test information to exceptions sent by Raven to Sentry
Stars: ✭ 17 (-51.43%)
Mutual labels:  sentry
pink-lady
a template project of gin app.
Stars: ✭ 44 (+25.71%)
Mutual labels:  sentry
good-sentry
Sentry broadcasting for good process monitor
Stars: ✭ 15 (-57.14%)
Mutual labels:  sentry
craft
The universal Sentry release CLI 🚀
Stars: ✭ 117 (+234.29%)
Mutual labels:  sentry
sentry-msteams
Microsoft Teams Integration for Sentry
Stars: ✭ 27 (-22.86%)
Mutual labels:  sentry
Blog
若川的博客—学习源码整体架构系列8篇,前端面试高频源码,微信搜索「若川视野」关注我,长期交流学习~
Stars: ✭ 234 (+568.57%)
Mutual labels:  sentry
app
Buggregator is a beautiful, lightweight debug server build on Laravel that helps you catch your smpt, sentry, var-dump, monolog, ray outputs. It runs without installation on multiple platforms.
Stars: ✭ 259 (+640%)
Mutual labels:  sentry
prometheus-sentry-exporter
Exports sentry project metrics for prometheus.
Stars: ✭ 32 (-8.57%)
Mutual labels:  sentry
micro-sentry
Tiny Sentry client with idiomatic wrapper for Angular
Stars: ✭ 100 (+185.71%)
Mutual labels:  sentry
pedax
Reversi Board with edax, which is the strongest reversi engine.
Stars: ✭ 18 (-48.57%)
Mutual labels:  sentry
sentry-ocaml
A work-in-progress OCaml client for Sentry
Stars: ✭ 26 (-25.71%)
Mutual labels:  sentry
logging
mod: zap logging in golang
Stars: ✭ 44 (+25.71%)
Mutual labels:  sentry
serilog-sinks-sentry
A Sentry sink for Serilog
Stars: ✭ 34 (-2.86%)
Mutual labels:  sentry
sentry-beaconfire
Kotlin based sentry android application
Stars: ✭ 35 (+0%)
Mutual labels:  sentry
sentry-wxwork
Plugin for Sentry which allows sending notification and SSO Login via WeChat Work.
Stars: ✭ 30 (-14.29%)
Mutual labels:  sentry
aiohttp-sentry
An aiohttp server middleware for reporting failed requests to Sentry
Stars: ✭ 35 (+0%)
Mutual labels:  sentry
sentry-typo3
TYPO3 Sentry integration
Stars: ✭ 17 (-51.43%)
Mutual labels:  sentry
docker-compose-sentry
Docker Compose configuration for running a Sentry server.
Stars: ✭ 20 (-42.86%)
Mutual labels:  sentry
fullstack-nextjs-ecommerce
Fullstack Next.js E-Commerce made with NextAuth + Prisma, Docker + TypeScript + React Query + Stripe + Tailwind Sentry and much more 🛒
Stars: ✭ 524 (+1397.14%)
Mutual labels:  sentry

What is Sentry?

Apache Sentry is a highly modular system for providing fine grained role based authorization to both data and metadata stored on an Apache Hadoop cluster.

Contact us!

Bug and Issues tracker

Wiki

Building Sentry

Building Sentry requires the following tools:

  • Apache Maven 3.2.5+ (Might hit issues with pentaho library with older maven versions)
  • Java JDK7 (can't access TBase errors with JDK8)

To compile Sentry, run:

mvn install -DskipTests

To run Sentry tests, run:

mvn test

To build a distribution, run:

mvn install

The final Sentry distribution artifacts will be in $project/sentry-dist/target/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].