🏆 A gallery of awesome workcell apps built by weanalyze.co
Language: [English]
Workcell is a Python library that allows you to easily turn your Python functions into production-ready microservices. The library provides low or no-code building blocks that encapsulate all data-related interfaces, models, and visualizations into reusable components.
We've created this repository to showcase the power and versatility of Workcell with a collection of awesome examples, which cover various aspects of its functionality.
About this repository:
- Designed to help users learn and discover the full potential of the library.
- Organized by topic or tool and are intended to serve as a reference or starting point.
- Users are encouraged to use these examples as a starting point or reference for their own projects and can reach out for help if needed.
Note:
- ⭐ Please leave a STAR if you like this project! ⭐
- If you find any incorrect / inappropriate / outdated content, please kindly consider opening an issue or a PR.
Check out weanalyze's open-source projects!
Workcell [Python Library] |
Best of workcell [Best-of-list] |
- hello_workcell [Code] - Returns input data as-is.
- showcase_components [Code] - Showcase of a variety of differnt property types and how they are shown in the UI.
- hello_plotly [Code] - A plotly express fig encode in json format.
- hello_perspective [Code] - Returns a pandas DataFrame in Arrow format.
- gurobi_tsp [Code] - A showcase using gurobi to optimize travelling salesman problem.
- available_indices [Code] - Curated List of Global Indices. The index function can request data using a couple of methods. There is a curated list of global indexes which can be entered by symbol or values from the left column of the table below. (openbb.economy.available_indices)
- events [Code] - Economic Calendar (openbb.economy.events)
- sec [Code] - List of SEC Filings. Gets a DataFrame of the recent SEC filings submitted by the company and a link to view each one. (openbb.stocks.dd.sec )
- customer [Code] - List of Customers (openbb.stocks.dd.customer)
- supplier [Code] - List of Supplier (openbb.stocks.dd.supplier)
TBD
MIT.