60 Commits

Author SHA1 Message Date
novotnyr
aa6a392489 [docs] Add IntelliJ Consul to the list of community tools (#5379) 2019-03-05 13:58:03 +01:00
Elghazal Ahmed
2e97a4858f website: add autowire in Community Tools list (#5118)
* add autowire in Community Tools list

* put list in the right alphabetic order
2019-01-10 12:27:55 -06:00
Pierre Souchay
222446fe03 Added consul-bench tool to list of community tools (#5010)
Put consul-bench in aphabetical order
2018-12-12 12:10:57 -08:00
Joseph Ellsworth
db936067d2 Please add file2consul to your tools page (#4959)
* adding file2consul listing

* minor edit

* modified wording added some punctuation

* Moved file2consul so it is listed in alpha order.   Replaces Pull Request # #4942
2018-11-15 11:53:22 +00:00
Jeff Fraser
be2aa9a219 Add the consult gem (#4832) 2018-10-26 12:11:40 -07:00
Eduardo Pereira
00de6cfcce
Update downloads_tools.html.erb 2018-05-12 22:30:05 +01:00
Patrick DeVivo
a0263ff46a Add consul-kv-json (#4050)
* Add consul-kv-json to community tools
* alphabetize
2018-04-19 16:23:47 -05:00
Pierre Souchay
f4309790ca gem, not GEM + Added information about process management 2018-04-19 00:21:30 +02:00
Pierre Souchay
f948677a5f Add consul-templaterb to community tools 2018-04-18 19:17:58 +02:00
Hannah Oppenheimer
996297033d Alphabetizing community tools list 2018-03-22 12:36:42 -05:00
James Phillips
3e19b8f2c1 Merge pull request #2869 from liozN/master
Added jenkins consul plugin
2017-04-11 23:04:07 -07:00
Seth Vargo
99c3592064
Update API docs 2017-04-04 12:33:35 -04:00
Lioz Nudel
7c0b9e8b40 Added jenkins consul plugin 2017-04-04 17:01:13 +03:00
Seth Vargo
06dbeefaad
Move to new branding
This JUST moves over to the new branding. Once we get this in, I can
work on making the sidebar links and splitting out the API into its own
section.
2017-03-30 18:46:50 -04:00
Hadi
6a5151d8ec Update downloads_tools.html.erb
add link to clojure client for consul http catalog api
2017-02-16 16:38:31 +02:00
James Phillips
63ad16fe02 Merge pull request #2628 from jippi/patch-1
Adding hashi-ui to community tools
2017-01-05 11:51:21 -08:00
Borys Pierov
d98f847919 Add consul-announcer to Community Tools 2017-01-04 11:03:19 -05:00
Christian Winther
62f2e493be Update downloads_tools.html.erb 2017-01-03 21:14:39 +01:00
anatoly
53d4f0f51c [website]: Clojure client to SDK
in the "Download Consul Tools" list
2016-11-29 02:12:14 -05:00
James Phillips
dabb08de51 Merge pull request #2504 from tolitius/envoy
[website]: adding a Clojure client
2016-11-17 16:56:38 -08:00
James Phillips
695c128f1b Tweaks markup on community page. 2016-11-17 16:55:27 -08:00
anatoly
a0f87c742c [website]: adding a Clojure client
to the "Download Consul Tools" list
2016-11-10 22:02:00 -05:00
Tim Seaward
451f850ab1 Update downloads_tools.html.erb
Added condenserdotnet
2016-11-10 22:29:44 +00:00
Rick van de Loo
757a45ed7f Add Python 3 KV store client to community tools (#2431) 2016-10-26 17:15:24 -07:00
Aran Deltac
28277d35e7 Add the Perl Consul client library to the list of SDKs on the web site. 2016-10-01 17:52:45 -07:00
James Phillips
6687ce1abf Merge pull request #2122 from pszymczyk/master
Add embedded-consul to download_tools page
2016-08-10 17:57:10 -07:00
Daniel Carbone
7dc0687903 Adding my lib to list of downloads 2016-07-13 08:28:44 -05:00
James Phillips
64e3033d3c Merge pull request #2144 from janisz/add_marathon-consul
Added allegor/marathon-consul in community tools
2016-07-06 10:54:05 -07:00
Aaron Hurt
e82c794fd5 Alter instructions for adding tools to the list 2016-07-02 15:37:43 -05:00
Aaron Hurt
6b23bf203c Add link to consul-backinator utility 2016-07-02 15:33:47 -05:00
janisz
fcd5233ad3 Added allegor/marathon-consul in community tools
With @dankraw we authored https://github.com/allegro/marathon-consul/ this is fork of https://github.com/CiscoCloud/marathon-consul that is no longer developed (see this comment https://github.com/CiscoCloud/marathon-consul/issues/17#issuecomment-161678453).
2016-06-24 23:42:07 +02:00
Pawel Szymczyk
b6779f44f4 Add embedded-consul to download_tools page 2016-06-17 08:56:51 +02:00
Alexandr Burdiyan
39b8dd934f Update Consul Tools links
Docker Consul and Registrator projects were moved to another repositories.
2016-03-10 18:42:51 +01:00
Michael de Jong
b99824330d Added a reference to Consultant in the Community Tools section. 2016-02-08 16:09:30 +01:00
Seth Vargo
0cb4318b2e Order 2016-02-04 12:12:58 -05:00
Justin Plock
9f13bba9b2 Add dropwizard-consul to the Community Tools page 2016-02-04 12:00:06 -05:00
Frank Schröder
2e42020792 Add fabio - consul-aware HTTP/HTTPS lb/router
Hi hashicorp team,

I work at eBay in Amsterdam and I have written a zero-conf consul aware HTTP(S) load-balancer in Go which can be used instead of consul-template + haproxy/varnish/apache/nginx. It builds its routing table from host/path prefixes the services publish via tags and the service status. Once a change is detected it switches the routing table dynamically without restart. It also supports canary testing by routing N% of traffic to a variable number of instances of a service. 

	https://github.com/eBay/fabio

We're using it to run all of marktplaats.nl (> 5-10k req/sec peak) through it and parts of kijiji.it which are eBay classifieds sites in the Netherlands and Italy. 

The code has been under development for the last 5 months and runs now in production and I was able to open-source it a couple of days ago. 

consul has quickly become our state and coordination backend for our micro services architecture for multiple different platforms in several countries. We're very happy with the quality and ease-of-use of your products and I'm personally looking forward to testing nomad. 

It would be cool if you could list the project on your consul tools page. Please let me know whether it meets your standards and/or expectations for tools to be listed there. Feel free to ask questions.
2015-10-19 19:52:42 +02:00
Norbert Potocki
9dfdbb2d36 add cfg4j-pusher to tools section 2015-09-28 21:16:56 -07:00
Ryan Breen
ae128ef30f Merge pull request #1211 from kikitux/master
add consul-do to community tools
2015-09-01 16:57:35 -04:00
Alvaro Miranda
54c9fd8403 Update downloads_tools.html.erb 2015-09-02 08:50:57 +12:00
Ryan Breen
f3d6fef82b Merge pull request #1213 from mainframe/nodefabric-patch-1
Adding NodeFabric reference to Community Tools
2015-09-01 16:17:39 -04:00
Andres Toomsalu
3e46d8a7fe Adding NodeFabric reference to Community Tools 2015-09-01 23:09:34 +03:00
Alvaro Miranda
13b9ff6330 add consul-do to community tools
adding consul-do Do something based on leadership status

https://github.com/zeroXten/consul-do

From README.md

Useful for running cronjobs in HA mode.

Run something like this on two or more servers:

* * * * * /usr/bin/consul-do JOB-1 $(/bin/hostname) && /path/to/job1
*/10 * * * * /usr/bin/consul-do JOB-2 $(/bin/hostname) && /path/to/job2
Only one of the servers will be elected leader and will therefore run the job. Should the leader fail, a follower will take over.
2015-09-02 00:52:20 +12:00
Alvaro Miranda
f06ae16648 update: add consul-cli to downloads_tools.html.erb
update: add consul-cli to downloads_tools.html.erb
2015-08-25 13:38:25 +12:00
Brian Hicks
0f491d92f1 website: add marathon-consul and mesos-consul 2015-07-08 17:47:49 -06:00
Norbert Potocki
cec84be06d restore alphabetical order 2015-06-28 13:17:07 -07:00
Norbert Potocki
b8b4b0f0d0 add cfg4j communicty project 2015-06-28 13:15:40 -07:00
Spencer Gibb
7e2e661d83 add Spring Cloud Consul to Community tools
[Spring Cloud](http://projects.spring.io/spring-cloud) provides tools for JVM developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state).

We have just released the first milestone of [Spring Cloud Consul](http://cloud.spring.io/spring-cloud-consul/spring-cloud-consul.html) ([announcement blog post](https://spring.io/blog/2015/05/27/spring-cloud-consul-1-0-0-m1-available-now), [github repo](https://github.com/spring-cloud/spring-cloud-consul)). This implements configuration management, service discovery and the control bus using the Consul HTTP API. In the future we plan to implement global locks, leadership election, distributed sessions using Consul.
2015-05-28 19:52:43 -04:00
Amir Kibbar
bca89a1de0 added gradle-consul-plugin to the community tools 2015-05-18 17:41:33 -07:00
highlyunavailable
825ef1d6bc Add Consul.NET to the tools page
Fixes #944
2015-05-15 14:07:16 -07:00