Latest #databases Threads Top

thanos
terminusdb_ex is an Elixir client for TerminusDB, designed to make working with documents, schemas, graphs, and queries feel natural on t...
New
hauleth
Ecto supports SQL views, even though these aren’t used that often. I think that one of the main reasons why these aren’t used is that cre...
New
jam
Curious to hear your thoughts on SpacetimeDB. More talk about it here including references to Erlang and the actor model: ...
New
garrison
Trying to write shorter posts and categorically failing. This one is about iterators, if you can believe that. And databases, but only a ...
New
garrison
The Elixir ecosystem is one of our biggest strengths, and the BEAM really lends itself to native implementations (e.g. Cachex over Redis,...
New
CodeSync
Run Elixir in the database using Dx - Arno Dirlam | Code BEAM Europe 2024 Comments welcome! View the <span class="hashtag...
New
rbino
Hey folks! I’m happy to introduce TigerBeetlex, an Elixir client for TigerBeetle, the financial transactions database. I’ve been working...
New
alecStewart1
Hey friends! I had this thought given an actual real world problem at work. Generally whenever you have some kind of front-facing app t...
New
TomGrozev
Hello all, Today I am excited to announce ArangoXEcto, an all-in-one ArangoDB adapter for Ecto, has reached version 2.0. This included a...
New
code-of-kai
Game Programming &amp; Databases: Lessons from SpaceTimeDB Hey Elixeers! I recently came across SpaceTimeDB, a fascinating distributed d...
New

This Week's Trending Top

thanos
terminusdb_ex is an Elixir client for TerminusDB, designed to make working with documents, schemas, graphs, and queries feel natural on t...
New

This Month's Trending Top

This Year's Trending Top

lucaong
CubDB is an embedded database written in pure Elixir, designed for robustness and minimal use of resources. It strives to be as developer...
New
garrison
The Elixir ecosystem is one of our biggest strengths, and the BEAM really lends itself to native implementations (e.g. Cachex over Redis,...
New
rbino
Hey folks! I’m happy to introduce TigerBeetlex, an Elixir client for TigerBeetle, the financial transactions database. I’ve been working...
New
Sergiusz
Hello everyone, I don’t know if my post is appropriate. If it isn’t, you can delete it. After a year of designing and defining the requ...
New
jam
Curious to hear your thoughts on SpacetimeDB. More talk about it here including references to Erlang and the actor model: ...
New
hauleth
Ecto supports SQL views, even though these aren’t used that often. I think that one of the main reasons why these aren’t used is that cre...
New
garrison
Trying to write shorter posts and categorically failing. This one is about iterators, if you can believe that. And databases, but only a ...
New
CodeSync
Run Elixir in the database using Dx - Arno Dirlam | Code BEAM Europe 2024 Comments welcome! View the <span class="hashtag...
New

Last Three Year's Trending Top

lucaong
Hello Elixir and Nerves community, I have been working for a while on an open-source embedded key-value database for Elixir, that I call...
230 13898 124
New
code-of-kai
Game Programming &amp; Databases: Lessons from SpaceTimeDB Hey Elixeers! I recently came across SpaceTimeDB, a fascinating distributed d...
New
envertech
Good morrow friends, I’ve been looking for an Elixir equivalent to Golang’s BoltDB. Does one exist?
New
xgeek116
Hello, Elixir version = 1.13.1 Phoenix version = 1.6.6 I created a REST API in Elixir/Phoenix and everything works fine with the Postg...
New
sharkmyster
I’m using an adjacency list to store a hierarchy of categories. There can be many root categories each with many children/descendants. d...
New
MatijaL
Hi, this question is not strictly Elixir related but as there are a lot of very knowledgeable people here, I hope someone will be able t...
New
hlx
Hi, my name is Henricus Louwhoff, originally from the Netherlands and moved for a job to Helsinki, Finland. I’m currently looking for a ...
New
cpursley
Just added some DSL magic :magic_wand: to WalEx. WalEx allows you to listen to change events on your Postgres tables then perform callbac...
New
Gonza
So for my resources, and assuming I can’t yet guarantee 100% uptime, is it either Postgres or SQLite? Is there a way of perhaps working w...
New
udoschneider
All, I’m currently struggling to sort relationships loaded from a resource. E.g. a resource “Domain” has multiple “Controls”. Getting ...
New
WammKD
Basically, I’m writing a Phoenix app. but a lot of the database (and the modules which handle INSERTing-into/UPDATEing and retrieving fro...
New
alecStewart1
Hey friends! I had this thought given an actual real world problem at work. Generally whenever you have some kind of front-facing app t...
New
PsychicPlatypus
Link to HexDocs Page Motivation I was building a toy rest-api using plug-cowboy and wanted a way to turn query parameters such as name: ...
New
TomGrozev
Hello all, Today I am excited to announce ArangoXEcto, an all-in-one ArangoDB adapter for Ecto, has reached version 2.0. This included a...
New
ca1989
I am working on an admin website where users can perform CRUD operations on resources. When a user with an unprivileged role changes a r...
New

Trending Over Three Years Top

Lily
In templates/appointment/index.html.eex: &lt;%= for appointment &lt;- @appointments do %&gt; &lt;tr&gt; &lt;td&gt;&lt;%= appoi...
New
mmmrrr
I need to include multiple legacy migrations (written in plain SQL) in an ecto migration. The current legacy application relies heavily ...
New
defoemark
I know that a couple of nosql dbs such as Cassandra or Couchbase work fine for write-heavy applications, but what about mnesia bag type d...
New
sabri
Hi, I am building my channels based app, users will be sending their lat, long as messages each 1 second, I need to store all the messa...
New
rtj
Hello everyone I would like to know which database you prefer for chat applications? I do not know if traditional databases are preferabl...
New
iamwil
Hi all, I'm a bit new to Ecto and Elixir. I got a question about connecting to a database. I have a Phoenix project where I want to ...
New
mjadczak
I'm building an app which provides a read-only GraphQL API to a React frontend. The app stores details of many after-school programs in a...
New
overture8
Hi folks, I am hooking Phoenix up to an existing database that (unfortunately) has camelCase field names. I was wondering has anyone ha...
New
collegeimprovements
Hello Guys, Is Elixir a good choice for doing ETL stuff ? We need to sync few tables and have to transfer about 200 million rows in first...
New
markdev
I’m trying to find a good way to truncate a table (something to put at the top of my seeds file if I want to reseed a database). Is ther...
New
Crowdhailer
The Ecto documentation clearly states that I can pass a struct_or_changeset to the insert_or_update/2 function on Repo https://hexdocs....
New
mmport80
I suspect many apps these days have enough memory available for many tasks. The problem with applications is that they crash and lose me...
New
ostinelli
Let’s write a database! Well not really, but I think it’s a little sad that there doesn’t seem to be a simple in-memory distributed KV da...
New
purplerice
Hi, Newbie to Elixir/Phoenix. I come from a Rails background but I'm loving Elixir/Phoenix so far. When I try to run "mix test", I'm...
New
pillaiindu
WhatsApp used (or may be still they're using) Yaws. What database they used with Yaws? I think Yaws only supported Mnesia, CouchDB, Mongo...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement