Surrealdb.py Alternatives
Similar projects and alternatives to surrealdb.py
-
splitable-str
A Python module for manipulating parts of a string that are not surrounded by specific symbols.
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
-
-
-
-
showcase
A showcase of applications which have been built with, or built upon SurrealDB (by surrealdb)
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
pyreports
pyreports is a python library that allows you to create complex report from various sources
-
surrealdb.py discussion
surrealdb.py reviews and mentions
-
Production ready?
Hi u/FuzzSwe! We have 3 main performance improvements to make. 1. You can DEFINE INDEXes, but those indexes are currently not yet used when filtering on a table! This will obviously be a major performance improvement, and the one which is making your WHERE query a little slow at the moment! 2. Improvements to how data is serialised to disk (reducing the amount of data copied in Rust itself). This will have a significant impact on performance! 3. Improvements to how data is moved around within Rust. Currently values are copied in certain situations, like when comparing values, and improving this will have a significant impact on performance! We are in beta and are on course for a version 1.0.0 this year. But SurrealDB has been used in production by myself and my brother Tobie for the past 3 years on a number of SaaS products and large E-commerce platforms - https://github.com/surrealdb/showcase. Here is a Python library - https://github.com/surrealdb/surrealdb.py. Any contributions would be greatly appreciated! We haven't finalised our pricing or support plans but obviously this is something we will have in place before cloud launch! I hope this helps! Jaime Morgan Hitchcock SurrealDB Co-founder
Stats
surrealdb/surrealdb.py is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of surrealdb.py is Python.