--- title: Peregrine Connect Reviews meta\_title: 'Peregrine Connect Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter 97 reviews by the users' company size, role or industry to find out how Peregrine Connect works for a business like yours. aggregate\_rating: rating\_value: 4.4 review\_count: 97 scale: '5' date\_modified: '2026-08-09' parent\_category: name: Data Integration Tools url: https://www.g2.com/categories/data-integration-tools ---

# Peregrine Connect Reviews & Product Details

Peregrine Connect is one of the leading integration platforms that enables businesses to simplify the design, deployment, hosting, management of applications, APIs, and workflows. The platform secures the most critical integrations and business processes with actionable visibility, pinpoint diagnostics, alerting and unified control across your entire organization. Peregrine Connect enables your Microsoft .NET Core resources to be reused and extended to further simplify the integration of applications and the automation of critical business functions. The Peregrine Connect product portfolio encompasses Neuron ESB, FlightPath Data Mapper Management Suite, Design Studio, and NetSuite PSA Add-In for Microsoft Project. Peregrine Connect offers an innovative set of connectors for popular enterprise applications. It provides robust data integration features and a simple yet flexible UI to design & execute integrations for organizations of all sizes. Customers benefit from a superior development experience, better performance, reduced complexity, and immediate time-to-value. Peregrine Connect customers deploy projects in a matter of weeks rather than months with clients around the globe in a variety of industries. To learn more, visit http://www.peregrineconnect.com

* * *

Seller
[Peregrine](https://www.g2.com/sellers/peregrine)
Discussions
[Peregrine Connect Community](https://www.g2.com/products/peregrine-connect/discuss)
Languages Supported

English

Solution Type

All-in-One

Overview by
Nelly Monjazeb

Show More

## Value at a Glance

Averages based on real user reviews.

### Time to Implement

2 months

### Return on Investment

13 months

[
View More Pricing Information
](https://www.g2.com/products/peregrine-connect/pricing)

## Top-Rated Alternatives

[

 ![MuleSoft Anypoint Platform](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "MuleSoft Anypoint Platform")

MuleSoft Anypoint Platform

4.5/5(775)

](https://www.g2.com/products/mulesoft-anypoint-platform/reviews)

[

 ![IBM App Connect](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "IBM App Connect")

IBM App Connect

4.4/5(259)

](https://www.g2.com/products/ibm-app-connect/reviews)

[

 ![Boomi](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Boomi")

Boomi

4.4/5(506)

](https://www.g2.com/products/boomi/reviews)

[
View All Alternatives
](https://www.g2.com/products/peregrine-connect/competitors/alternatives)

## User Insights

Average based on 97 real user reviews.

Implementation Time

2 months

Perceived Cost

$$$$$

[Log in to unlock pricing and user insights](/login)

## Peregrine Connect Integrations
(1)

What do users say about integrations?

Integration information sourced from real user reviews.

[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

OpsPilot

](https://www.g2.com/products/opspilot/reviews)

Show More

 ![Rod K.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Rod K.")
RK

Rod K.

CTO

Computer Software

Enterprise (\> 1000 emp.)

3/3/2017

"An Outstanding ESB for the Windows Platform"

4.5/5

What do you like best about Peregrine Connect?

Neuron ESB is an extremely robust ESB engine. It supports all of the most important core ESB vernacular and concepts - publish-subscribe, scatter-gather, and a wide variety of transports, including any major queue transport, and every variety of synchronous transport you might need.

But the benefits rise to new levels. The development environment is really a very close facsimile of the Microsoft Visual Studio environment. This means that if you're a .NET shop, your developers are going to be productive and everything will be familiar.

Unlike the other-integration-engine-on-Win32-which-shall-go-unnamed, Neuron is intuitive to setup and configure. I was up and running later the same day I installed the trial. And I don't mean with a trivial implementation - I was up and running forwarding calls into an external service.

Extending Neuron is a wide open playground - the options are vast. You've got Processes, which are literally dynamically compiled C# program-lets which allow you to inject classes, or you can even write your own glue code in regular old .NET assemblies. For the heavy-weight situation where you need to write a full fledged actor in the ESB backplane, you've got Adapters - arguably one of the most powerful features of Neuron, and probably one of the least used.

Overall, Neuron isn't a Cadillac Usually when we say that we mean that there might be some bloat and certainly some "poor gas mileage". Neuron is more like a top end Porsche. It's not a Maserati, but it's definitely better than almost all other high performance vehicles and yet the price is within reach. It's a great balance of features for the price. Review collected by and hosted on G2.com.

What do you dislike about Peregrine Connect?

I feel like Neuron could do a little more in terms of real-time monitoring. Realizing that this is ultimately not a core feature, still this would be the one feature I would like to see, and I think if Neuron had real-time monitoring, it would essentially but a perfect product.

Shadow copying would also be a great feature. When you deploy a build of an external assembly, you're going to have to shutdown the Neuron Explorer and any local development instance of the ESB Service itself. That becomes slightly annoying during development and unit testing. This then causes you to want to factor you solution as in-process black box code which you test in an external test harness, thereby reducing the number of restart cycles with the ESB and its compliment of tools.

Finally, the ability to save test contexts within the process test feature. Due to the restart issue, you'll end up having to keep flat files of input messages lying about (not a bad idea anyway) and you'll end up hand keying input arguments to simulate a request many times over. AutoSaving the context would be even better. Review collected by and hosted on G2.com.

Recommendations to others considering Peregrine Connect:

Get a trial and build something with it. That's huge, and give it a chance. Like any new product it may take a day or two to get used to the semantics of it. But it is easy to use and it will surpirse you rapidly with the ease of use and fluidity with which you can make real integration effects come to life. Review collected by and hosted on G2.com.

What problems is Peregrine Connect solving and how is that benefiting you?

Our number one objective is decoupling and parallelization. That is, we wanted control over external vendors such that we could bring online better versions of existing services, try them out, and then run them in parallel for a period of time on the road to phasing out the original.

We also wanted monitoring, resiliency and as much monitoring as we could possibly get.

The main benefit we have gained is transparent pub-sub, and a development platform for routing and manipulating service payloads. The familiarity of the environment to our extremely .NET oriented shop will also pay dividends in years to come. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: Organic

 ![Verified User in Capital Markets](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Capital Markets")
CC

Verified User in Capital Markets

Enterprise (\> 1000 emp.)

3/20/2018

"Great tool"

4.5/5

What do you like best about Peregrine Connect?

Easy to user, great interface for users that may not have as much experience with this area Review collected by and hosted on G2.com.

What do you dislike about Peregrine Connect?

Very expensive and limited range of capabilities Review collected by and hosted on G2.com.

Recommendations to others considering Peregrine Connect:

Great tool, slightly pricey Review collected by and hosted on G2.com.

What problems is Peregrine Connect solving and how is that benefiting you?

Help automate and complete work Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![William S.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "William S.")
WS

William S.

Integration Architect

Non-Profit Organization Management

Enterprise (\> 1000 emp.)

2/17/2017

"Neuron an extremely versatile ESB"

5/5

What do you like best about Peregrine Connect?

Neuron's flexibility allows us to choose whether to create web services, messaging middleware or direct integrations depending upon the business need. It can be used for REST services, SOAP services, Request/Reply, Pub-Sub, Composite Services, Orchestrations and Workflow, file-based integrations, SFTP integrations, and the list goes on.

The second thing I like best is the openness of the development team to suggestions for improvement. We have asked for changes many times and had the product team be very quick to incorporate those requested changes into the product upgrade schedule. They have also been quick to resolve any defects we have found in our testing. Review collected by and hosted on G2.com.

What do you dislike about Peregrine Connect?

There are some areas for improvement in the areas of CI/CD. Having multiple teams work on the code and configuration at once can present some challenges. We are considering resolving this by partitioning the solution appropriately for various teams. Review collected by and hosted on G2.com.

What problems is Peregrine Connect solving and how is that benefiting you?

Neuron has allowed us to deploy a single platform for hosting SOAP and REST external services and other internal integrations. This allowed us to take big strides toward a loosely-coupled architecture, supporting forward movement for our international partners and migration away from our legacy systems. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite on behalf of seller

 ![Fabrizio M.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Fabrizio M.")
FM

Fabrizio M.

Enterprise Integration Specialist

Electrical/Electronic Manufacturing

Enterprise (\> 1000 emp.)

2/13/2017

"Easy to use and powerful integration platform"

4/5

What do you like best about Peregrine Connect?

Neuron is very easy to use compared to other big players on the market. Integration can be developed easily and do net require extensive training.

The support is great, the Neuron team was always able to provide a quick and effective answer to our doubts; any fix or feature we requested has been released within few days. Review collected by and hosted on G2.com.

What do you dislike about Peregrine Connect?

The documentation is certainly something that can be improved; not every new feature has been documented or sometimes new features have been documented separately and that make it a bit difficould to find the information needed Review collected by and hosted on G2.com.

Recommendations to others considering Peregrine Connect:

Define a scope: not everything can be implemented in Neuron, it's not a ETL platform.

Define a framework, a common structure to use when implementing a service. Number of artifacts (service, publisher and subscribers) can grow very fast, when a naming conventions or development guidelines are in place the solution is much more easier to maintain. Review collected by and hosted on G2.com.

What problems is Peregrine Connect solving and how is that benefiting you?

Over the year systems have been integrated in many different ways and the IT landscape has become quite complex and difficult to maintain. We are using Neuron to simplify our IT landscape, and gaining control on what's going on, which data are exposed and to which system with the advantage of gathering performance data on the services, as well as centrailize logging and error handling.

We are currently building a layer of generic and reusable services to try to abstract the functionalities exposed by our legacy ERP system. Neuron is essential for its ability to implement, deploy and expose Web and REST services very fast, simplifying to third parties and "modern" application the access to company's data. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite on behalf of seller

 ![Andrew N.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Andrew N.")
AN

Andrew N.

Technical Architect / Team Lead

Enterprise (\> 1000 emp.)

2/13/2017

"Neuron ESB, good product with outstanding support."

3.5/5

What do you like best about Peregrine Connect?

Neuron Explorer has a nice GUI. Any problems we've encountered are responded to immediately by the Neuron Support team. For the most part it does what we need it to without the need to monitor it. Review collected by and hosted on G2.com.

What do you dislike about Peregrine Connect?

It can be awkward to gain access to reports or use Neuron Explorer remotely (i.e. not from the server it's installed on), but this depends on your configuration. We encountered a few reliability issues, most of which were promptly fixed by the Neuron development team. Review collected by and hosted on G2.com.

Recommendations to others considering Peregrine Connect:

Do you really need a fully-fledged Enterprise Service Bus? Or will you end up just using a small part of the product? Review collected by and hosted on G2.com.

What problems is Peregrine Connect solving and how is that benefiting you?

We are synchronizing customer and account data between 2 major systems and 3 minor ones. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite on behalf of seller

 ![Thomas M.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Thomas M.")
TM

Thomas M.

Systems Integration Manager / Team Lead

Pharmaceuticals

Small-Business (50 or fewer emp.)

1/19/2017

"Great Experience, but Documentation Poor."

4.5/5

What do you like best about Peregrine Connect?

I love the ease of use, business and workflow editors, operation speed / resource use, and robustness. Review collected by and hosted on G2.com.

What do you dislike about Peregrine Connect?

I think the development documentation is very weak, and as such a lot of questions / experimentation must be done when new techniques / patterns are required. It seems like a more cohesive documentation package, focus on solving real problems would go a long way towards solving this. Review collected by and hosted on G2.com.

What problems is Peregrine Connect solving and how is that benefiting you?

We develop interfaces between customer on premise business systems and our internal software product. The primary benefit that we see is that, given a good base design, we are able to extend / enhance the base interface on a customer basis, and have the operational robustness / ease of use that a vendor supplied product affords. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite on behalf of seller

 ![Christian Høegh S.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Christian Høegh S.")
CS

Christian Høegh S.

Partner / Principal Integration Consultant

Information Technology and Services

Small-Business (50 or fewer emp.)

1/19/2017

Business partner of the seller or seller's competitor, not included in G2 scores.

"Implemented Neuron ESB as central integration platform / ESB at several customers"

5/5

What do you like best about Peregrine Connect?

Performance: Neuron ESB is very lightweight and has great performance. Additionaly you have very granular control over Quality Of Service. This has often been a struggle in the past with other integration products.

Extensive adapter framework: We have yet to face an API or system where we could not integrate using Neuron

Easy onboarding: Existing .Net developers can quickly start developing on the platform

Easy of development: Deployment is quick (hit save) and there is good support for debugging pipelines or testing using the built-in test clients

Excellent customer support: Neudesic have added several of our requested features to the product and support is quick to answer. Review collected by and hosted on G2.com.

What do you dislike about Peregrine Connect?

Documentation: It could be more elaborate. When you get in to the tiny details you often you have to find relevant info in blog posts or as part of the samples library. Review collected by and hosted on G2.com.

Recommendations to others considering Peregrine Connect:

Before evaluating any products, start by defining your requirements and most likely main integration needs (request/response, async, workflows, REST, SOAP, Security etc.)

If Neuron seems to fit these requirements, then try a POC with the most common scenarios. A great start is to have a look at the built-in samples. Review collected by and hosted on G2.com.

What problems is Peregrine Connect solving and how is that benefiting you?

Automating business processes: Usually spanning multiple systems in order to limit manual work and minimize errors.

Connecting backend systems: Using adapters, so that data is available to more applications and data quality is improved.

Building a central service infrastructure: To give a central view and control over Web- and REST services and have a common platform for logging, error handling, access control etc. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite on behalf of seller

## Questions about Peregrine Connect? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

[
Ask about Peregrine Connect
](https://www.g2.com/products/peregrine-connect/discussions/new)

GU

Guest User

What is Peregrine Connect used for?

0 Upvotes

0

[
Join the conversation
](https://www.g2.com/discussions/what-is-peregrine-connect-used-for)

GU

Guest User

What do you like most about Peregrine Connect for application integration, and what could be improved?

0 Upvotes

0

[
Join the conversation
](https://www.g2.com/discussions/what-do-you-like-most-about-peregrine-connect-for-application-integration-and-what-could-be-improved)

[
View all Discussions
](https://www.g2.com/products/peregrine-connect/discuss)

## Pricing Insights

Averages based on real user reviews.

### Time to Implement

2 months

### Return on Investment

13 months

### Perceived Cost

$$$$$

[
View More Pricing Information
](https://www.g2.com/products/peregrine-connect/pricing)

Peregrine Connect Comparisons

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_91541061d7a6ccf564a2dde149187831/mulesoft-anypoint-platform.png "Product Avatar Image")

MuleSoft Anypoint Platform

4.5/5(775)

[
Compare Now
](https://www.g2.com/compare/mulesoft-anypoint-platform-vs-peregrine-connect)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_5015a6ccbbe12278ba4392c1c0d806be/ibm-app-connect.png "Product Avatar Image")

IBM App Connect

4.4/5(259)

[
Compare Now
](https://www.g2.com/compare/ibm-app-connect-vs-peregrine-connect)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_f176b4154a751d10150daa67a57b7dc5/azure-service-bus.jpg "Product Avatar Image")

Azure Service Bus

3.9/5(30)

[
Compare Now
](https://www.g2.com/compare/azure-service-bus-vs-peregrine-connect)

##### 
##### Peregrine Connect Features

Development 

Real-Time Integration

[
View More Features
](https://www.g2.com/products/peregrine-connect/features)

##### Categories on G2

[No-Code Development Platforms](https://www.g2.com/categories/no-code-development-platforms)[iPaaS](https://www.g2.com/categories/ipaas)[Big Data Integration Platforms](https://www.g2.com/categories/big-data-integration-platforms)

[No-Code Development Platforms](https://www.g2.com/categories/no-code-development-platforms)[iPaaS](https://www.g2.com/categories/ipaas)[Big Data Integration Platforms](https://www.g2.com/categories/big-data-integration-platforms)[On-Premise Data Integration](https://www.g2.com/categories/on-premise-data-integration)[Data Mapping](https://www.g2.com/categories/data-mapping)[Enterprise Service Bus (ESB)](https://www.g2.com/categories/enterprise-service-bus-esb)

[Show MoreShow Less](javascript:void(0);)

##### Explore More

[EaseUS Data Recovery vs Disk Drill for recovering deleted files: which do IT teams actually reach for first?](https://www.g2.com/discussions/easeus-data-recovery-vs-disk-drill-for-recovering-deleted-files-which-do-it-teams-actually-reach-for-first)[Best video conferencing app for small business](https://www.g2.com/discussions/what-s-the-best-video-conferencing-app-for-small-businesses)[Is FACTS Financial Aid Management worth it for small private schools?](https://www.g2.com/discussions/is-facts-financial-aid-management-worth-it-for-small-private-schools)

[What platform integrates incident response with SIEM tools?](https://www.g2.com/discussions/what-platform-integrates-incident-response-with-siem-tools)[What's the best app for handling purchasing in a tech company](https://www.g2.com/discussions/what-s-the-best-app-for-handling-purchasing-in-a-tech-company)[What's the best affiliate marketing software for beginners](https://www.g2.com/discussions/what-s-the-best-affiliate-marketing-software-for-beginners)

[Show MoreShow Less](javascript:void(0);)