-
Ultimately we will want to introduce authentication and possibly authorization into tagbase-server. It is irresponsible to allow just anyone to POST or GET data from remote resources and ingest it int…
-
For scenarios where a metadata entry is **REMOVED**, we need to ensure that `metadata` table entry is also `DELETE`'d.
https://github.com/tagbase/tagbase-server/blob/main/tagbase_server/tagbase_serve…
-
Hi folks, we are [experiencing an issue](https://github.com/tagbase/tagbase-server/issues/211) where data files being created or updated by SFTP client transfer appear to generate events resulting in …
-
```
/Users/lmcgibbn/Downloads/tagbase-server/tagbase_server/.tox/py39/lib/python3.9/site-packages/flask/json/provider.py:230: DeprecationWarning: 'JSONEncoder' is deprecated and will be removed in …
-
This issue will provide a "getting started in 5 mins" for tagbase-server.
Deliverables
1. Create a Jupyter notebook which uses [testcontainers-python](https://testcontainers-python.readthedocs.io/en…
-
There are three different candidate tools for deploying code bases into cloud environments: (1) Chef, (2) Ansible and (3) Puppet
We should do a quick evaluation on their functionalities and implem…
-
In wagtail admin where `django-taggit` is being used for documents this error happens. It is mentioned in this [wagtail issue](https://github.com/wagtail/wagtail/issues/11054). Locally I could fix the…
-
The following row is unused in the `data_position` table
```
argos_location_class character varying(1),
```
I need to seek clarity on this one. @tagtuna any advice? Thanks
-
Post #152 this issue will provide the Python implementation logic for getting a raw data file.
Currently, [io_utils#process_get_input_data](https://github.com/tagbase/tagbase-server/blob/main/tagbase…
-
As you may have already know it, vert.x is a new webframework/server for the JVM, similarity to Node.js. From its feature list and its VMWare background, it looks promising. Homepage is at http://vert…