Go for it!

I know the disqus team (told by dcramer at djangocon 2010) has a great
profiling app, you should talk with them about this.  The disqus folks said
they were in the process of packaging it up to release similar to the high
quality work they did on
django-sentry<https://github.com/dcramer/django-sentry>.
 You're idea sounds great and needed, I just want to encourage you to make
sure you're adding to the community, not re-inventing existing solutions.

Best,
Brian

On Thu, May 12, 2011 at 11:44 PM, Adrien LEMAIRE <
adrien.lema...@aquasys.co.jp> wrote:

> Hello dear django users,
>
> I'm currently finishing my master in Computer Science, doing django
> development in my internship. I chose Instrumentation as the main subject
> for my dissertation, so I'm studying every aspect of instrumentation on web
> development.
>
> I'll start soon a new django application which I'll host on 
> Github<https://github.com/Fandekasp>. This
> app will allow a developer to get a quick and good idea on which push slowed
> the project, and inside this profiling result, which view or sql request can
> have caused this problem.
>
> *Goals:*
>
>    - Automatize profiling (sql + view execution time)
>    - keep history of profiling results based on git push (commits can be
>    broken and intensely used, when a git push should have all its tests
>    passing: I think is a good value to keep in history).
>    - render a graphviz image of the database
>    - render a KCacheGrid readable image for each profile
>    - Integrate a new page in the django admin to display all these
>    stuff nicely
>    - Fabric script which will replace a "git push" by verifying the tests,
>    then performing all the previous tasks and updating the git repository
>    before pushing.
>
>
> *Dependencies :*
>
>    - django-extensions
>    - fabric
>    - django-coverage ?
>
>
> *Name :*
>
> I'm thinking about a good name for this app. None of the following are in
> the pip repositories: django-profiler, django-profiling,
> django-auto-profiling, django-profile-history, django-admin-profiler.
> What are your suggestions ?
>
>
>
>
> If you have questions or advises about this project, I'd love to read
> them.
> Also, I'd like to know how many of you guys would be interested by this
> app.
>
>
> Thank you very much
> Best regards
>
>
> *PS : *My company Aquasys <http://www.aquasys.co.jp> is seeking an
> experienced Django developer. The project will use Agile development
> methodologies, incorporate a REST architecture, and include the following
> technologies: Django, jQuery, HTML5, Google APIs. Please contact 
> george.mengelberg
> at aquasys.co.jp if you're interested.
>
> --
> Adrien Lemaire
> *Software Engineer*, Aquasys
> adrien.lema...@aquasys.co.jp
> office: +81.098.989.1118
> www.aquasys.co.jp
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Brian Bouterse
ITng Services

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to