Server for environmental observation data
Main characteristics
- Implementation of an observation schema to store observation time series
- Batch aggregation of measurement values based on event times
- Aggregation with delayed out of order handling
- Web service interface
- Debian 11 (bullseye)
- Root login
- Debian Repository
- Login as root
- Install basic tools for installation
apt-get update
apt-get install wget gnupg
- Import the repository key
wget -O - http://www.bayceer.uni-bayreuth.de/repos/apt/conf/bayceer_repo.gpg.key |apt-key add -
- Add the BayCEER Debian repository
echo "deb http://www.bayceer.uni-bayreuth.de/repos/apt/debian $(lsb_release -c -s) main" | tee /etc/apt/sources.list.d/bayceer.list - Update your repository cache
apt-get update
- Server
apt-get install bayeos-server
- Viewer
apt-get install bayeos-viewer-php
- Open the URL
http://localhost/bayeosViewer
and log in as user 'root' with password 'bayeos' - Open the administration menu "Admin/Change Password" to change the default root password
- Added JWT Token sign in
- Not null constraint on messungen.id_intervaltyp
- Register user login dates
- Removed obsolete flyway updates
- Debian 11
- JRE-11
- SLF4J with Logback
- Fixed: Replaced xml-rpc.jar in build for JRE8 compatibility
- XML-RPC Version 2.0.2
- Jetty Update to 9.4.31
- JRE 8|9|10|11 support
- Postgresql 11 support
- XML-RPC Version 2.0.1
- Jetty Update to 9.4.24
- Bind port to localhost
- Embedded Jetty web server
- Refined import handler interfaces
- JRE 8 headless
- DataFrame modell
- Simplyfied installation
- JNDI Tomcat connection pool
- JRE 7 headless
- User bayeos with MD5 authentification
- IP authentification filter
- New API funcion to upsert or insert rows
- Search path expressions on all object trees
- LDAP authentification
- UTF-8 encoding
- Aggregation with time zone information
- New function to import observations as binary data
- Series state (active, inactive)
- Automatic history archive
- Batch aggregation of measurement values based on event times for all series data
- Aggregation with delayed out of order handling
- First PostgreSQL version
- Crosstable function for matrix exports
- XML-RPC interface
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999