Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Can i host my rest api on apigee platform or it is only for monitoring?

Not applicable

I have api logic developed in java jar file and now I want to expose this jar file to public as rest api in beta version first and if works later on monetize that.

Does apigee support API hosting/deployment as well ? or Do I need to host my rest api somewhere like AWS and then use apigee as proxy and management service only? Please suggest.

is there any guide for doing this, thanks!

Solved Solved
1 5 2,361
2 ACCEPTED SOLUTIONS

Dear @deka ,

You can use Apigee Platform as rest api host platform using Java callout policy. But Unfortunately, As per documentation here Java Callouts are available only in Apigee Edge. They are not available in Apigee Developer free version.

Apigee Platform is more than just monitoring, It allows you to add your business logic, caching, security etc on top of API Proxies.

Apigee platform developer version supports node.js as Target Backend where you can develop your API and host it on Apigee Platfrom.

Cheers,

Anil Sagar

View solution in original post

Dear @deka ,

Welcome to Apigee community.

  • There is no restriction on npm modules you can use. You need to bundle all modules before you upload to the API Proxy. You cannot just specify dependency on package.json files. Make sure you have all modules in your bundle.
  • I will let @sudheendra1 comment on pricing & info etc.
  • Yes, You can host your API on AWS and create API Proxy on Apigee Platform that connects to your back end. It should be straight forward and specify your API Backend End point.
  • Our docs will help you get started.

Cheers,

Anil Sagar

View solution in original post

5 REPLIES 5
Top Solution Authors