Skip to content

Commit 1fa2022

Browse files
authored
Merge pull request #1 from efstratios97/pae_initSophrosyne
Init sophrosyne
2 parents 44f617f + a2eb7c5 commit 1fa2022

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1313
-44
lines changed

docs/README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
1-
# LTEP Athena © Developer Portal
2-
3-
Welcome to the LTEP AThena developer portal! Here you'll find all the resources you need to build your amazing Data Science and Automation projects using our API for convinient delivery to your Stakeholders.
4-
5-
## LTEP Athena Philosophy
6-
7-
We believe that Datascientists and Automation Engineers shall not be limited by any Tools and be free to create easy solutions according to their stakeholders needs. From our perspective this maximal flexibility and liberty is only possible if the engineers can use their own code. At the same time, comprehensive Analytics and Automations shall not be complex to access and use. With these two ideas in mind, we created the LTEP Athena © Platform to bridge these at first glance contrary ideas. Try LTEP Athena © and convince yourself.
8-
9-
## What is LTEP Athena?
10-
11-
- **One-Stop-Shop:** Cover the whole Data Science Process with one Platform: from Data-Sourcing, Data-Cleaning, Data-Manipulation, Data-Analysis until Data Visualisation and Reporting
12-
- **Easy Automation:** Automate everything with LTEP Athena. Execute any task acccording to your rules - from Crawlers to simple ETL-Pipelines. Just write your Code and LTEP Athena does the rest.
13-
- **No Limits through own Code:** No limits through standardized tools and propriatery languages - Write your own Code and make it quickly available
14-
- **No Limits Data Visualization:** Use any HTML based visualization library like [bokeh](https://bokeh.org/) or use our builtin support for [FusionCharts](https://www.fusioncharts.com/)
15-
- **Easy Integration:** LTEP Athena integrates through its unique architecture with any existing Infrastructure like Hadoop, Apache Flink, Celery.. no limits
16-
- **Comprehensive Analytics - Easy Delivery:** No matter how complex your Analytics are, delivery to your Stakeholders is easy through LTEP Athena Dashboards
17-
- **Authentication and Security:** Stong and secure Zero-trust Token Authentication for any request. Easy and clear Access Management for secure delivery only to the intended stakeholders
18-
19-
## Have Questions or Need Help?
20-
21-
If you have any questions, need assistance, or want to provide feedback, we're here to help! Feel free to reach out:
22-
23-
- **Email:** dev@ltep-technologies.com
24-
- **Website:** [ltep-technologies.com](https://www.ltep-technologies.com/)
25-
26-
We're excited to have you on board and can't wait to see what you'll build with LTEP Athena ©. Happy coding!
1+
#

docs/_coverpage.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<img src="https://www.ltep-technologies.com/wp-content/uploads/2022/06/LTEP_LOGO_21-3.png" alt="Logo">
22

3-
# LTEP AThena <small>1.0.0</small>
3+
# LTEP Developer Portal <small>:zap:</small>
44

5-
> Limitless Datascience and Automation
5+
> The main address for all of LTEP Open-Source solutions
66
7-
[GitHub](https://github.com/efstratios97/ltep_athena_api)
8-
[Getting Started](#ltep-athena-©-developer-portal)
7+
[Sophrosyne](/ltep-sophrosyne/v.1.0.0/)
8+
[Athena](/ltep-athena/v.1.0.0/)
9+
[More](#)
910

10-
![](_media/v.1.0/media/HOME_BACKGROUND.png)
11+
12+
![](_media/HOME_BACKGROUND.png)

docs/_navbar.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
- Versions
2-
- [V.1.0.0](/)
1+
- Products
2+
- [Athena](/ltep-athena/v.1.0.0/)
3+
- [Sophrosyne](/sophrosyne/v.1.0.0/)
4+

docs/_sidebar.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- [Home](/)
2-
- [Installation](Installation.md)
3-
- [Getting Started](GettingStarted.md)
4-
- [Help](Help.md)
1+

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Document</title>
5+
<title>LTEP Developer Portal</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="Description">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
@@ -22,8 +22,9 @@
2222
loadNavbar: true,
2323
coverpage: true,
2424
themeColor: '#0c8cd3',
25-
maxLevel: 4,
26-
subMaxLevel: 3,
25+
coverpage: ['/', '/ltep-athena/v.1.0.0/', '/ltep-sophrosyne/v.1.0.0/'],
26+
subMaxLevel: 6,
27+
maxLevel: 6,
2728
}
2829
</script>
2930
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>

docs/GettingStarted.md renamed to docs/ltep-athena/v.1.0.0/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Checkout our official Repo: [LTEP Athena API](https://github.com/efstratios97/lt
2020

2121
First we have to authenticate ourselves to the platform. You have to create an AthenaAuth object and pass the relevant information. You can find the auth data in your personal profile: http://localhost/?#/profilearea
2222

23-
<img src="_media/v.1.0/media/PROFILE_AREA.png" alt="Profile Area Example" width="50%">
23+
<img src="/ltep-athena/v.1.0.0/_media/PROFILE_AREA.png" alt="Profile Area Example">
2424

2525
```python
2626
from ltep_athena_api.athena_api import AthenaAPI
File renamed without changes.
File renamed without changes.

docs/ltep-athena/v.1.0.0/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# LTEP Athena © Developer Portal
2+
3+
Welcome to the LTEP AThena developer portal! Here you'll find all the resources you need to build your amazing Data Science and Automation projects using our API for convinient delivery to your Stakeholders.
4+
5+
## LTEP Athena Philosophy
6+
7+
We believe that Datascientists and Automation Engineers shall not be limited by any Tools and be free to create easy solutions according to their stakeholders needs. From our perspective this maximal flexibility and liberty is only possible if the engineers can use their own code. At the same time, comprehensive Analytics and Automations shall not be complex to access and use. With these two ideas in mind, we created the LTEP Athena © Platform to bridge these at first glance contrary ideas. Try LTEP Athena © and convince yourself.
8+
9+
## What is LTEP Athena?
10+
11+
- **One-Stop-Shop:** Cover the whole Data Science Process with one Platform: from Data-Sourcing, Data-Cleaning, Data-Manipulation, Data-Analysis until Data Visualisation and Reporting
12+
- **Easy Automation:** Automate everything with LTEP Athena. Execute any task acccording to your rules - from Crawlers to simple ETL-Pipelines. Just write your Code and LTEP Athena does the rest.
13+
- **No Limits through own Code:** No limits through standardized tools and propriatery languages - Write your own Code and make it quickly available
14+
- **No Limits Data Visualization:** Use any HTML based visualization library like [bokeh](https://bokeh.org/) or use our builtin support for [FusionCharts](https://www.fusioncharts.com/)
15+
- **Easy Integration:** LTEP Athena integrates through its unique architecture with any existing Infrastructure like Hadoop, Apache Flink, Celery.. no limits
16+
- **Comprehensive Analytics - Easy Delivery:** No matter how complex your Analytics are, delivery to your Stakeholders is easy through LTEP Athena Dashboards
17+
- **Authentication and Security:** Stong and secure Zero-trust Token Authentication for any request. Easy and clear Access Management for secure delivery only to the intended stakeholders
18+
19+
## Have Questions or Need Help?
20+
21+
If you have any questions, need assistance, or want to provide feedback, we're here to help! Feel free to reach out:
22+
23+
- **Email:** dev@ltep-technologies.com
24+
- **Website:** [ltep-technologies.com](https://www.ltep-technologies.com/)
25+
26+
We're excited to have you on board and can't wait to see what you'll build with LTEP Athena ©. Happy coding!
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<img src="https://www.ltep-technologies.com/wp-content/uploads/2022/06/LTEP_LOGO_21-3.png" alt="Logo">
2+
3+
# LTEP Athena <small>1.0.0</small>
4+
5+
> Limitless Datascience and Automation
6+
7+
[GitHub](https://github.com/efstratios97/ltep_athena_api)
8+
[Getting Started](#ltep-athena-©-developer-portal)
9+
10+
![](/ltep-athena/v.1.0.0/_media/HOME_BACKGROUND.png)
Loading

docs/ltep-athena/v.1.0.0/_navbar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Versions
2+
- [V.1.0.0](/ltep-athena/v.1.0.0/)

docs/ltep-athena/v.1.0.0/_sidebar.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- [Home](/ltep-athena/v.1.0.0/)
2+
- [Installation](/ltep-athena/v.1.0.0/Installation.md)
3+
- [Getting Started](/ltep-athena/v.1.0.0/GettingStarted.md)
4+
- [Help](/ltep-athena/v.1.0.0/Help.md)

0 commit comments

Comments
 (0)