All Projects → apache → sentry

apache / sentry

Licence: other
Mirror of Apache Sentry

Programming Languages

java
68154 projects - #9 most used programming language
TSQL
950 projects
javascript
184084 projects - #8 most used programming language
Thrift
134 projects
XSLT
1337 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to sentry

rhythm
Time-based job scheduler for Apache Mesos
Stars: ✭ 30 (-73.68%)
Mutual labels:  sentry
redux-sentry
Middleware that logs all your store and actions on exception to Sentry with raven-js
Stars: ✭ 13 (-88.6%)
Mutual labels:  sentry
NodeJS Mongo BoilerPlate
CRUD Blog using NodeJS,Express, MongoDB
Stars: ✭ 18 (-84.21%)
Mutual labels:  sentry
django-docker
Toy project. Trying to use Django inside a Docker container for both local development and production deployment.
Stars: ✭ 18 (-84.21%)
Mutual labels:  sentry
zend-sentry
A Zend Framework 3 module that lets you log to the Sentry.io service.
Stars: ✭ 34 (-70.18%)
Mutual labels:  sentry
sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (-12.28%)
Mutual labels:  sentry
sentry-typo3
TYPO3 Sentry integration
Stars: ✭ 17 (-85.09%)
Mutual labels:  sentry
crow
Crow - a C++ client for Sentry
Stars: ✭ 119 (+4.39%)
Mutual labels:  sentry
sentry-android-gradle-plugin
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
Stars: ✭ 67 (-41.23%)
Mutual labels:  sentry
sentry-prometheus
Export hosted sentry statsd metrics to prometheus
Stars: ✭ 22 (-80.7%)
Mutual labels:  sentry
thvu-blog
My digital home on the internet.
Stars: ✭ 51 (-55.26%)
Mutual labels:  sentry
dropwizard-raven
Dropwizard integration for error logging to Sentry.
Stars: ✭ 20 (-82.46%)
Mutual labels:  sentry
Mail
RiiConnect24 Mail Scripts. OSS.
Stars: ✭ 11 (-90.35%)
Mutual labels:  sentry
sentry-mattermost
Sends Sentry notifications to Mattermost Open Source Chat
Stars: ✭ 30 (-73.68%)
Mutual labels:  sentry
monolog-sentry-handler
Monolog handler for Sentry PHP SDK v2 with breadcrumbs support
Stars: ✭ 34 (-70.18%)
Mutual labels:  sentry
incubator-sentry
Mirror of Apache Sentry
Stars: ✭ 35 (-69.3%)
Mutual labels:  sentry
django-template
The ultimate Django template: production ready Django 3.2 with Docker, HTTPS and CI/CD using Github actions ‎️‍🔥
Stars: ✭ 20 (-82.46%)
Mutual labels:  sentry
raven-python-lambda
Sentry/Raven SDK Integration For AWS Lambda (python) and Serverless
Stars: ✭ 48 (-57.89%)
Mutual labels:  sentry
sentry-horn
Swift based sentry iOS application
Stars: ✭ 15 (-86.84%)
Mutual labels:  sentry
typescript-nuxtjs-boilerplate
🍱 Nuxt.js with TypeScript and Run with docker and docker-compose 🐶🦄🔥 visit: https://typescript-nuxtjs-boilerplate.netlify.com/example
Stars: ✭ 51 (-55.26%)
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].