TopGit theo dõi derailed/wackamole trên GitHub, đã đạt 40 sao. Observe your web apps in the wild... A companion app for rackamole
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
== Wackamole
Observe your web applications in the wild!
== DESCRIPTION:
This is a companion sinatra app for the Rackamole framework which provides for recording
interactions with your rack applications. Wackamole allows you to view, filter and drilldown
on the collected moled information, hence allowing you to observe your
applications live in the wild...
o Self bundled sinatra app ( NEW !)
o View daily activity
o Search and filter on any info collected by the mole
o Reports performance and exceptions that might occur in your applications
== DEPENDENCIES
mongo + mongo-ext
sinatra
agnostic-will_paginate
memcache-client
mongo_rack
main
== INSTALL
gem install wackamole
== USAGE
IMPORTANT: You moled database naming is important here, as Wackamole is setup to snif out the moled application
databases using the prefix 'mole_'. So you must name your mole databases according to this convention. ie
mole_{app_name}_{environment}_mdb ie mole_fred_development_mdb
=== Configure It!
!!! WARNING File format change from 0.1.2 on !!!
You will need to give wackamole some information about your rackamole configuration.
In order to do so, create a .wackamole directory in your home directory and create
a file zones.yml. You will need to specify the envs, host and ports specific
to your configuration, but here is a sample.
zones.yml
# New ! Optionally you can specify login name and password for the Wackamole web app.
console_auth: &auth
auth:
user: admin
password: admin
zones:
local:
host: localhost
port: 27017
staging:
host: beta_host_name
port: 27017
user: bobo
password: secret
=== Launch It!
Watch your creation live!
NOTE: By default wackamole uses memcache for storing its session information.
wackamole
Alternatively you can use a different mongo instance to store wackamole session information
or use memcache by specifying the --pool options as follows:
To use the mongo session store on localhost at port 27030 with db name 'wackamole' and collection named 'sessions'
> wackamole --pool "mongo://localhost:27030/wackamole/sessions"
To use memcache session store on localhost at port 11233 with namespace 'wackamole'
> wackamole --pool "memcache://localhost:11233/wackamole"
The pool options assumes the following format:
--pool {mongo|memcache}://{host}:{port}/{db_name|namespace}/[cltn_name]
To launch wackamole in a given environment defined in your wackamole.yml configuration.
> wackamole -e env
This option defaults to production.
Please checkout the forum and send us feedback and issues. This is still work in progress so your
feedback is very important and will be very much appreciated!
== LICENSE:
Copyright 2009-2010 LiquidRail LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
TopGit chưa ghi nhận license cho derailed/wackamole. Phần lớn repo public trên GitHub là mã nguồn mở, nhưng điều khoản khác nhau từng repo — mở file LICENSE để xác nhận.
derailed/wackamole có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho derailed/wackamole. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
derailed/wackamole có trang demo không?
Dự án có trang chủ ở http://www.rackamole.com. Tab "Readme" ở trang này thường có ảnh chụp và hướng dẫn bắt đầu nhanh.
derailed/wackamole còn đang phát triển không?
Commit gần nhất trên derailed/wackamole là 16.1 năm trước (theo timestamp GitHub). Repo có 5 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
Đọc thêm về derailed/wackamole ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/derailed/wackamole là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về wackamole?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về wackamole.