Open-source download statistics [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is sourceforge really the only host to let me see the countries from which my code is being downloaded and the OS they are using?
Is there a way on github, or other open-source hosts, to do the same?

I don't think so, considering the kind of data GitHub offered to be analyzed with Google BigQuery (and its GitHub Data Challenge)
You can see here an example of the kind of visualization you can produce from those data (no data bout countries in there):
GitHub data analysis
For instance:
The analysis of creation of new repository shows, that the pattern of busy or calm hours remains over the years.

For all those who are looking for Google Analytics for Github statistics maybe GA-Beacon could be a solution.

Related

Which opensource NoSQL DB/DataStore has a good Visualization tool also? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have been running around here and there on NoSQL big data storage technologies. The greatest hurdle I have found so far is a good visualization tool. With out that, it seems so hard to understand how data is being kept in the storage. This would be a generalized question but I would need to know which NoSQL storage technologies either comes with a visualization tool or an open source contribution that has been proven to be great. The tool shows nodes,database tables and entries as well.
I hope people who have experience against would share their hard earned knowledge.
Thank you for the guidance.
Have you tried Neo4j. It has got visualization tool developed on top of eclipse code base.

Open Source tools for managing Ubuntu Eucalyptus cloud [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have set up an ubuntu-eucalyptus cloud. I just want to know what are the open-source/enterprise tools available (if any) to manage these clouds. For example, how can I monitor the instances in my cloud ? How can i track usage per user/group and bill users accordingly ? how can I create backup of instances etc.
I have searched on the internet but cant find a satisfying article. Please guide .
management tools I know about for UEC would be
Elastic Fox: https://help.ubuntu.com/community/UEC/ElasticFox
and a hosted commercial tool from canonical https://landscape.canonical.com/ plus things that talk EC2 api like scalr or rightscale should work

Neo4j Documentation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I've been looking into setting up and trying out Neo4j on Amazon EC2 however I seem to have hit a road block with finding documentation that I can use.
For example, this page mentions "Clustering, High Availability and Online Backup are add-on components that manage distribution and consistency over several live or offline node spaces." However, I haven't been able to find any more information on these add-ons.
http://wiki.neo4j.org/content/Neo4j_in_the_Cloud
This seemingly key wiki page describing how to set up Neo4j seems to be missing some very information.
http://wiki.neo4j.org/content/Neo4j_Setup_HowTo
Is anyone else using this and referencing better documentation, or am I completely missing something?
You can find some related info at this link, although the setup might depend a bit your requirements. The HA support is currently in beta, we will be able to let you test it as soon as Neo4j 1.0 is out of the door, which is before end of Jan 2010.

How can I find projects across multiple open-source code repositories? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
There are lots of open-source code repositories - SourceForge, Google Code, Project Kenai, etc.
Is there a one-stop place where I can find, discover, or search for open-source projects across all of these repositories? Or do I have to visit all of them to find something I'm interested in?
Edit: I should specify that I'm interested in searching project descriptions, not just lines of code. I'd like to answer, "Is there an existing tool for doing X?" - and is it actively maintained, and other higher-level questions like that.
Krugle allows you to search across open source code, open source projects and even SCM check-in comments. What's not to love?
Have you tried freshmeat.net?
There are several directories for open source software, e.g:
http://www.opensourcesoftwaredirectory.com/
http://osload.com/
Search google for "open source directory" to find others.

Is There An OSS Implementation Of Google AdWords [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there an open source implementation of Google AdWords, or is the technology protected in some way (such as being patented)?
Edit: To clarify, I'm looking for a 3rd party implementation of an AdWords-like system (that has nothing to to with Google AdWords beyond the concept and superficial similarity).
Depending on what part of the system you are looking to replicate you should give OpenX ad server a try. You can install it on your own servers or use their hosted version. There are other open source ad servers but this one seems to work pretty well.