Showing 46 open source projects for "rest"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    Elasticsearch

    Elasticsearch

    A Distributed RESTful Search Engine

    Elasticsearch is a distributed, RESTful search and analytics engine that lets you store, search and analyze with ease at scale. It lets you perform and combine many types of searches; it scales seamlessly, and offers answers incredibly fast with search results you can rank based on a variety of factors. Elasticsearch can be used for a wide variety of use cases, from maps and metrics to site search and workplace search, and with all data types.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    ACHE Focused Crawler

    ACHE Focused Crawler

    ACHE is a web crawler for domain-specific search

    ACHE is a focused web crawler. It collects web pages that satisfy some specific criteria, e.g., pages that belong to a given domain or that contain a user-specified pattern. ACHE differs from generic crawlers in sense that it uses page classifiers to distinguish between relevant and irrelevant pages in a given domain. A page classifier can be defined as a simple regular expression (e.g., that matches every page that contains a specific word) or a machine-learning-based classification model....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Milkman

    Milkman

    An extensible request/response workbench

    Milkman is heavily inspired by Postman. But I got sick of all those electron-based applications that need ages and loads of memory to start up. Therefore, this is a JavaFx-based workbench for crafting requests/responses. It is not limited to e.g. HTTP (or more specifically rest) requests. Due to nearly everything being a plugin, other things are possible, like database requests or GRPC, GraphQl, etc. Request-types (e.g. Http Request), request-aspects (e.g. Headers, Body, etc), editors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Feign

    Make writing Java http clients easier

    ... APIs, it simplifies system aspects dramatically and makes it much easier to unit test your conversions. Feign makes use of great tools like Jersey and CXF for writing Java clients for ReST or SOAP services. It also lets you write your own code on top of http libraries, and connects your code to http APIs with little overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5
    OpenSearch

    OpenSearch

    Open source distributed and RESTful search engine

    OpenSearch is a distributed search and analytics engine based on Apache Lucene. After adding your data to OpenSearch, you can perform full-text searches on it with all of the features you might expect: search by field, search multiple indices, boost fields, rank results by score, sort results by field, and aggregate results. Unsurprisingly, people often use search engines like OpenSearch as the backend for a search application, think Wikipedia or an online store. It offers excellent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GeoServer
    GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards: WMS, WFS, WCS, WPS and REST
    Leader badge
    Downloads: 21,846 This Week
    Last Update:
    See Project
  • 7
    eXo Platform - Digital Workplace

    eXo Platform - Digital Workplace

    The open-source digital workplace for growing teams and enterprises.

    ... standards. The platform is extensible and interoperable, all services are exposed REST APIs. The platform also offers additional security capabilities, developed in collaboration with highly sensitive clients. With eXo Platform, companies can connect, engage and reward their employees, customers, and partners with its social, engagement and gamification capabilities.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 8
    AMBIT:Chemical Structure DB&Web Service

    AMBIT:Chemical Structure DB&Web Service

    Chemical structures database & machine learning with web services API

    AMBIT offers a cheminformatics data management for chemical substances, structures and nanomaterials. Flexible structure, similarity and study queries storage, descriptor calculation and predictive models building via REST web services.User interface for creating read across assessment and generating reports, aligned with regulatory and industrial requirements. Command line applications also available. Integration with third party tools and databases.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9

    aguacate

    With aguacate you get a better taste

    Aguacate is a framework with focus on implement business logic functionality, using configuration files (json) instead of programming. See the wiki and the videos See https://github.com/mcnew/aguacate-swagger-demo for a functional demo using docker-compose Videos in Spanish: https://www.youtube.com/playlist?list=PLSHQIkodyHroW2XF7BWCrymDv_Nlj7HRS
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    ClassHidra

    ClassHidra

    ClassHidra Java open-source MVC (ModelViewController).CDI & EJB. REST

    ClassHidra, Java-base MVC Support: - CDI ( context dependency injection ) - @SessionScoped, @ApplicationScoped; - EJB (enterprise java bean) map action/form as @Stateless, @Stateful, @Singleton; - Spring (4.*) map action/form as @Component; - RESTful (alfa) Demo - Google AppEngine - https://classhidra4ape-hrd.appspot.com/ GitHub - https://github.com/surban1974/classhidra Maven dependencies - https://github.com/surban1974/classhidra/blob/master/README.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    tinyREST

    tinyREST

    Small Java based REST server

    TinyREST allows a Java programmer to easily create a REST server without having to install a J2EE server. Creating a new server is as easy as copying the service jar, setting up a configuration file and writing your own service handler class. The resulting project can be made to start up as a service. Annotations can now be used to write handler class and methods. JDBC database access as well as file system access is allowed from the service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Google2SRT

    Google2SRT

    Download, save and convert multiple subtitles from YouTube videos

    Google2SRT allows you to download, save and convert multiple subtitles and translations from YouTube and Google Video to SubRip (.srt) format, which is recognized by most video players. You can download XML subtitles or simply type video's URL, Google2SRT will do the rest.
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project
  • 13
    MyCoRe

    MyCoRe

    your repository framework

    MyCoRe is an Open Source project for the development of Repositories, Digital Library and archive solutions. The technical base of the system is formed of Java class libraries, XML technology and different database backends. Since 2015 we use https://mycore.atlassian.net/ for bug tracking. Please use our ticket system there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Duklan

    Duklan

    Project management web application

    Web application for project management. Based on sokolovo framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OpenSearchServer Search Engine

    OpenSearchServer Search Engine

    An open source search engine with RESTFul API and crawlers

    OpenSearchServer is a powerful, enterprise-class, search engine program. Using the web user interface, the crawlers (web, file, database, etc.) and the client libraries (REST/API , Ruby, Rails, Node.js, PHP, Perl) you will be able to integrate quickly and easily advanced full-text search capabilities in your application: Full-text with basic semantic, join queries, boolean queries, facet and filter, document (PDF, Office, etc.) indexation, web scrapping,etc. OpenSearchServer runs on Windows...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 16
    Alfresco Community Edition

    Alfresco Community Edition

    Open Source Enterprise Content Management ECM

    The open source Enterprise Content Management (ECM) software that handles any type of content, allowing users to easily share and collaborate on content.
    Leader badge
    Downloads: 192 This Week
    Last Update:
    See Project
  • 17
    Graylog HTTP Monitor Input Plugin

    Graylog HTTP Monitor Input Plugin

    HTTP Monitor plugin for graylog

    An input monitor plugin for monitoring HTTP URLs (websites and REST APIs). Works by periodically polling the URLs and recording the responses as messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Waarp

    Waarp

    Open Source Managed File Transfer

    Waarp is the new home for the former GoldenGate projects, the first one beeing Waarp R66, an open source file transfer monitor available for production with support of security, resilience, integration, portability, performance, adaptability. It is totally open source and free, without any restriction of usage. This site hosts the binary distributions. Official Website for documentation: http://waarp.github.io/Waarp/index.html Commercial support available through: http://www.waarp.it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Hippo CMS

    Hippo CMS

    Hippo CMS is a Java based, Open Source Web Content Management platform

    Hippo CMS is a Java based, Open Source Web Content Management platform. Hippo CMS uses a clean, modular architecture with an emphasis on the separation of the content from the presentation logic. This enables content editors to create content once, and then publish it to regular web sites, mobile sites, Facebook, REST APIs, digital magazines, mobile apps, and so on. Under the hood, Hippo CMS supports many open standards such as JCR and REST to simplify development and integrations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Site monitoring

    Site monitoring

    Monitoring of websites with spider and email notifications

    Free website monitoring software, easy to set up and use for monitoring web sites. It is a web application programmed in Java programming language. You can monitor HTML pages, JSON and XML, pages in sitemap and even your whole web site using spider. Naturally you can check multiple websites. You can check HTTP result codes and even contents of the checked pages. Website checking is done periodically using build-in cron mechanism. In case of a check failure, application will automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Iolaus

    Query multiple Neo4j instances with one request

    Iolaos is a web application that provides a REST interface to query multiple Neo4j instances in one request. It also provides very basic access control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ulbora CMS

    Ulbora CMS

    Ulbora CMS 2.0 is the first MEAN stack CMS and blogging platform.

    Ulbora CMS 2.0 is the first MEAN stack CMS and blogging platform. It has switchable templates built with both Angular and server-side template engines like Jade, EJS AND Handlebars. It is built with Node.js as a MEAN (MongoDB, ExpressJS, AngularJS, Node) stack version using REST services. The legacy version 1.0.0 is built with Java, Spring, Hibernate and Spring MVC as the JSON REST services layer. Ulbora CMS includes versioning, a workflow engine, and a WYSIWYG editor. Ulbora CMS uses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sheetster Web Spreadsheet

    Sheetster Web Spreadsheet

    an embeddable spreadsheet for your web application

    ... for developers who want to integrate spreadsheets into their web applications. Towards that end it provides a server-side API for document storage connectors and a rich REST API for manipulating open spreadsheets. It can also be deployed stand-alone by a website administrator to provide spreadsheet editing with a rudimentary CMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RESTAC is a Java REST framework for REST-style interaction in distributed networks enabling the rapid implementation of peer-to-peer applications. It is based on a communication protocol built on HTTP (over TCP and UDP unicast/multicast).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next